stages: - build build: stage: build script: - mkdir build - cd build - cmake .. -DCMAKE_BUILD_TYPE=Debug - make