From 09e55eb77de44fc9c4a4783d5b04a002eeb6de9a Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Fri, 20 Oct 2017 10:57:27 +0300 Subject: Attempt to fix Bitbucket's pipelines --- bitbucket-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) 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 .. -- cgit v1.2.3