stages: - build Build: stage: build image: eedb_buildsystem:latest tags: - c++ script: - mkdir build -p; cd build - cmake -DCMAKE_BUILD_TYPE=Release ../ - cmake --build .