stages: - build Build: stage: build image: rikorose/gcc-cmake tags: - c++ script: - mkdir build -p; cd build - cmake ../ - cmake --build .