Files
neochat/.gitlab-ci.yml
Black Hat 8232d2ed8b Add CI
2018-07-11 12:28:02 +00:00

13 lines
264 B
YAML

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/