diff options
author | Wohlstand <admin@wohlnet.ru> | 2017-10-20 10:59:58 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2017-10-20 10:59:58 +0300 |
commit | a2fd21e14eafeafd8532a231e67b8272b27801ea (patch) | |
tree | f2f21e5151fb23b10b7a08bbb55287e26c2ea093 /bitbucket-pipelines.yml | |
parent | 09e55eb77de44fc9c4a4783d5b04a002eeb6de9a (diff) | |
download | libADLMIDI-a2fd21e14eafeafd8532a231e67b8272b27801ea.tar.gz libADLMIDI-a2fd21e14eafeafd8532a231e67b8272b27801ea.tar.bz2 libADLMIDI-a2fd21e14eafeafd8532a231e67b8272b27801ea.zip |
Attempt to fix Bitbucket's pipelines number two
Diffstat (limited to 'bitbucket-pipelines.yml')
-rw-r--r-- | bitbucket-pipelines.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 154cb05..972197d 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -9,8 +9,8 @@ pipelines: default: - step: script: # Modify the commands below to build your repository. - - sudo apt-get update - - sudo apt-get install -y cmake + - apt-get update + - apt-get install -y cmake libsdl2-dev - mkdir build - cd build - cmake -DCMAKE_INSTALL_PREFIX=output -DCMAKE_BUILD_TYPE=Release -DlibADLMIDI_STATIC=YES -DWITH_MIDIPLAY=ON .. |