Added submodule init

This commit is contained in:
2020-02-01 16:59:16 +00:00
parent 2ba5235e11
commit aae6d31e63
+1
View File
@@ -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