Update .gitlab-ci.yml
This commit is contained in:
parent
7a72d30195
commit
62b6e3bde4
|
@ -11,7 +11,7 @@ preparation-flatpak:
|
|||
image: debian:latest
|
||||
stage: preparation
|
||||
before_script:
|
||||
- mkdir tmp
|
||||
- mkdir -p tmp
|
||||
- apt-get update
|
||||
- apt-get install -y git
|
||||
script:
|
||||
|
@ -26,7 +26,7 @@ build-native:
|
|||
before_script:
|
||||
- git submodule update --init --recursive
|
||||
script:
|
||||
- mkdir build && cd build
|
||||
- mkdir -p build && cd build
|
||||
- qmake ../matrique.pro -spec linux-g++ CONFIG+=qtquickcompiler
|
||||
- make -j4
|
||||
|
||||
|
|
Loading…
Reference in New Issue