Explorar o código

Added protobuf and cmake to the apt installation command.

Bart Hertog %!s(int64=6) %!d(string=hai) anos
pai
achega
75bec81a24
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bitbucket-pipelines.yml

+ 1 - 1
bitbucket-pipelines.yml

@@ -5,7 +5,7 @@ pipelines:
         caches:
           - git-modules
         script:            
-          - apt-get update; apt-get install -y jq unzip lib32ncurses5 lib32z1 lib32stdc++6 tree
+          - apt-get update; apt-get install -y jq unzip lib32ncurses5 lib32z1 lib32stdc++6 tree protobuf-compiler cmake
           - git submodule update --recursive --init
           - source bitbucket-pipelines-dependencies.sh
           - ./build_test