stages: - build build: image: archlinux_gcc53_qt5_cmake stage: build script: - mkdir -p build - cd build - cmake .. - make artifacts: paths: - build/npc