diff options
author | Wohlstand <admin@wohlnet.ru> | 2018-07-10 12:45:43 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2018-07-10 12:45:43 +0300 |
commit | b1b27f8af15196a1f14aefdc961e3aa664c8b7b0 (patch) | |
tree | b5aea3f4ce0b84eb9fc0cc33b0c4e4093e94fbf6 /bitbucket-pipelines.yml | |
parent | cad3f3d4ff2e04b921f6f47a835a00a21aec1f94 (diff) | |
download | libADLMIDI-b1b27f8af15196a1f14aefdc961e3aa664c8b7b0.tar.gz libADLMIDI-b1b27f8af15196a1f14aefdc961e3aa664c8b7b0.tar.bz2 libADLMIDI-b1b27f8af15196a1f14aefdc961e3aa664c8b7b0.zip |
Fixing of BitBucket pipelines build, second attempt
Diffstat (limited to 'bitbucket-pipelines.yml')
-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 |