aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bitbucket-pipelines.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml
index e124f6a..154cb05 100644
--- a/bitbucket-pipelines.yml
+++ b/bitbucket-pipelines.yml
@@ -9,6 +9,8 @@ pipelines:
default:
- step:
script: # Modify the commands below to build your repository.
+ - sudo apt-get update
+ - sudo apt-get install -y cmake
- mkdir build
- cd build
- cmake -DCMAKE_INSTALL_PREFIX=output -DCMAKE_BUILD_TYPE=Release -DlibADLMIDI_STATIC=YES -DWITH_MIDIPLAY=ON ..