Update .gitlab-ci.yml
This commit is contained in:
parent
7a72d30195
commit
62b6e3bde4
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue