From 80cde5f10a886bb5c5e6ecca84e1d08157543493 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Fri, 20 Oct 2017 10:55:03 +0300 Subject: Fixed CMake build --- bitbucket-pipelines.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'bitbucket-pipelines.yml') diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 0c5f9ef..e124f6a 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -9,4 +9,9 @@ pipelines: default: - step: script: # Modify the commands below to build your repository. - - make \ No newline at end of file + - mkdir build + - cd build + - cmake -DCMAKE_INSTALL_PREFIX=output -DCMAKE_BUILD_TYPE=Release -DlibADLMIDI_STATIC=YES -DWITH_MIDIPLAY=ON .. + - make -j 4 + - make install + -- cgit v1.2.3