Update .gitlab-ci.yml
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user