diff options
-rw-r--r-- | bitbucket-pipelines.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |