mirror of
https://gitlab.com/Syping/luaengineapp.git
synced 2024-11-05 05:26:55 +01:00
remove armhf build for now
This commit is contained in:
parent
c498dd5b77
commit
a63c931655
1 changed files with 0 additions and 17 deletions
|
@ -44,23 +44,6 @@ LuaEngine Debian amd64:
|
||||||
paths:
|
paths:
|
||||||
- "luaengine_*.deb"
|
- "luaengine_*.deb"
|
||||||
|
|
||||||
LuaEngine Debian armhf:
|
|
||||||
stage: runtime
|
|
||||||
image: syping/debian9-qt5:arm32v7
|
|
||||||
tags:
|
|
||||||
- armhf
|
|
||||||
script:
|
|
||||||
- mkdir -p ${CI_PROJECT_DIR}/build
|
|
||||||
- cd ${CI_PROJECT_DIR}/build
|
|
||||||
- /usr/lib/arm-linux-gnueabihf/qt5/bin/qmake LUAENGINE_PREFIX=/usr LUAENGINE_LIBDIR=/usr/lib/arm-linux-gnueabihf CONFIG+=WITH_LUAENGINE_COMPILER CONFIG+=WITH_LUAENGINE_RUNTIME ${CI_PROJECT_DIR}/luaengine.pro
|
|
||||||
- make -j4
|
|
||||||
- echo "LuaEngine" > description-pak
|
|
||||||
- checkinstall --default --fstrans=no --install=no --nodoc --pkgname=luaengine "--pkglicense=Apache 2.0" --pkggroup=utility --pkgrelease=deb9u${CI_PIPELINE_IID} "--maintainer=Syping GitLab \<gitlab@syping.de\>" --requires=libqt5core5a,libqt5gui5,libqt5widgets5,qttranslations5-l10n --provides=libluaengine,libluaenginegui,libluaengineio,libluaengineos --conflicts=libluaengine,libluaenginegui,libluaengineio,libluaengineos --pakdir=${CI_PROJECT_DIR}
|
|
||||||
- cd ${CI_PROJECT_DIR}
|
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- "luaengine_*.deb"
|
|
||||||
|
|
||||||
LuaEngine PE Windows:
|
LuaEngine PE Windows:
|
||||||
stage: portable
|
stage: portable
|
||||||
image: syping/qt5-static-llvm-mingw:5.15.0
|
image: syping/qt5-static-llvm-mingw:5.15.0
|
||||||
|
|
Loading…
Reference in a new issue