Remove native build as they do not have pulseaudio.
This commit is contained in:
parent
205bb26426
commit
590dcc1e5e
|
@ -1,58 +1,6 @@
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
build-qt-5.7:
|
|
||||||
image: rabits/qt:5.7-desktop
|
|
||||||
stage: build
|
|
||||||
before_script:
|
|
||||||
- git submodule update --init --recursive
|
|
||||||
script:
|
|
||||||
- mkdir -p build && cd build
|
|
||||||
- qmake ../matrique.pro -spec linux-g++ CONFIG+=qtquickcompiler
|
|
||||||
- make
|
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- build/matrique
|
|
||||||
|
|
||||||
build-qt-5.9:
|
|
||||||
image: rabits/qt:5.9-desktop
|
|
||||||
stage: build
|
|
||||||
before_script:
|
|
||||||
- git submodule update --init --recursive
|
|
||||||
script:
|
|
||||||
- mkdir -p build && cd build
|
|
||||||
- qmake ../matrique.pro -spec linux-g++ CONFIG+=qtquickcompiler
|
|
||||||
- make
|
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- build/matrique
|
|
||||||
|
|
||||||
build-qt-5.10:
|
|
||||||
image: rabits/qt:5.10-desktop
|
|
||||||
stage: build
|
|
||||||
before_script:
|
|
||||||
- git submodule update --init --recursive
|
|
||||||
script:
|
|
||||||
- mkdir -p build && cd build
|
|
||||||
- qmake ../matrique.pro -spec linux-g++ CONFIG+=qtquickcompiler
|
|
||||||
- make
|
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- build/matrique
|
|
||||||
|
|
||||||
build-qt-5.11:
|
|
||||||
image: rabits/qt:5.11-desktop
|
|
||||||
stage: build
|
|
||||||
before_script:
|
|
||||||
- git submodule update --init --recursive
|
|
||||||
script:
|
|
||||||
- mkdir -p build && cd build
|
|
||||||
- qmake ../matrique.pro -spec linux-g++ CONFIG+=qtquickcompiler
|
|
||||||
- make
|
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- build/matrique
|
|
||||||
|
|
||||||
build-flatpak:
|
build-flatpak:
|
||||||
image: registry.gitlab.com/b0/matrique/flatpak
|
image: registry.gitlab.com/b0/matrique/flatpak
|
||||||
|
|
Loading…
Reference in New Issue