stages: - build build: stage: build script: - git submodule update --init --recursive - cmake . - make -j$(nproc) tags: - builder