diff options
author | Wohlstand <admin@wohlnet.ru> | 2017-10-20 10:57:27 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2017-10-20 10:57:27 +0300 |
commit | 09e55eb77de44fc9c4a4783d5b04a002eeb6de9a (patch) | |
tree | c2ba9c790d2aeac886002202ea60ac0fa3bc17f6 /bitbucket-pipelines.yml | |
parent | 80cde5f10a886bb5c5e6ecca84e1d08157543493 (diff) | |
download | libADLMIDI-09e55eb77de44fc9c4a4783d5b04a002eeb6de9a.tar.gz libADLMIDI-09e55eb77de44fc9c4a4783d5b04a002eeb6de9a.tar.bz2 libADLMIDI-09e55eb77de44fc9c4a4783d5b04a002eeb6de9a.zip |
Attempt to fix Bitbucket's pipelines
Diffstat (limited to 'bitbucket-pipelines.yml')
-rw-r--r-- | bitbucket-pipelines.yml | 2 |
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 .. |