From aae6d31e63edf5e4f1f5d9be8fd2e4d24d6994a1 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Sat, 1 Feb 2020 16:59:16 +0000 Subject: [PATCH] Added submodule init --- bitbucket-pipelines.yml | 1 + 1 file changed, 1 insertion(+) 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