Selaa lähdekoodia

Added .sh as the file was not found, switch around building and downloading deps.

Bart Hertog 6 vuotta sitten
vanhempi
sitoutus
78c797859e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      bitbucket-pipelines.yml

+ 1 - 1
bitbucket-pipelines.yml

@@ -7,8 +7,8 @@ pipelines:
         script:            
           - apt-get update; apt-get install -y jq unzip lib32ncurses5 lib32z1 lib32stdc++6 tree protobuf-compiler cmake
           - git submodule update --recursive --init
+          - ./build_test.sh
           - source bitbucket-pipelines-dependencies.sh
-          - ./build_test
           - cd ./build/test
           - ../../build-wrapper-linux-x86/build-wrapper-linux-x86-64 --out-dir SonarQube-output make clean all
           - cd -