Files
neochat/.gitlab-ci.yml
Black Hat 6d45bac4c5 Revert "Update .gitlab-ci.yml"
This reverts commit ee05194857
2018-07-12 05:41:32 +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/