aboutsummaryrefslogtreecommitdiff
path: root/bitbucket-pipelines.yml
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2017-10-20 10:57:27 +0300
committerWohlstand <admin@wohlnet.ru>2017-10-20 10:57:27 +0300
commit09e55eb77de44fc9c4a4783d5b04a002eeb6de9a (patch)
treec2ba9c790d2aeac886002202ea60ac0fa3bc17f6 /bitbucket-pipelines.yml
parent80cde5f10a886bb5c5e6ecca84e1d08157543493 (diff)
downloadlibADLMIDI-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.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 ..