Spectral/.gitlab-ci.yml

13 lines
264 B
YAML
Raw Normal View History

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