image: rabits/qt:5.11-desktop build: stage: build script: - git submodule update --init --recursive - mkdir build && cd build - qmake ../matrique.pro -spec linux-g++ CONFIG+=qtquickcompiler - make -j4 artifacts: paths: - build/