diff options
-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 .. |