Update .gitlab-ci.yml

square-messages
Black Hat 2018-08-02 21:02:57 +00:00
parent 7a72d30195
commit 62b6e3bde4
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ preparation-flatpak:
image: debian:latest image: debian:latest
stage: preparation stage: preparation
before_script: before_script:
- mkdir tmp - mkdir -p tmp
- apt-get update - apt-get update
- apt-get install -y git - apt-get install -y git
script: script:
@ -26,7 +26,7 @@ build-native:
before_script: before_script:
- git submodule update --init --recursive - git submodule update --init --recursive
script: script:
- mkdir build && cd build - mkdir -p build && cd build
- qmake ../matrique.pro -spec linux-g++ CONFIG+=qtquickcompiler - qmake ../matrique.pro -spec linux-g++ CONFIG+=qtquickcompiler
- make -j4 - make -j4