From b1b27f8af15196a1f14aefdc961e3aa664c8b7b0 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Tue, 10 Jul 2018 12:45:43 +0300 Subject: Fixing of BitBucket pipelines build, second attempt --- bitbucket-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 44e85d8..5c5bb4c 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -9,6 +9,7 @@ pipelines: default: - step: script: # Modify the commands below to build your repository. + - apt install software-properties-common - add-apt-repository --yes ppa:george-edison55/cmake-3.x - apt-get update - apt-get install -y libsdl2-dev ninja-build cmake -- cgit v1.2.3