diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index eb86225b..5cfb0cf7 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -6,6 +6,7 @@ pipelines: - step: script: - apt-get -qq update && apt-get -y -qq install cmake + - git submodule update --init - mkdir build; cd build - cmake .. - make