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