Просмотр исходного кода

Added protobuf and cmake to the apt installation command.

Bart Hertog 6 лет назад
Родитель
Сommit
75bec81a24
1 измененных файлов с 1 добавлено и 1 удалено
  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