image: black0/qt:5.11.1-static 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/