mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Upload appimage to matrix
This commit is contained in:
parent
3eb836abb1
commit
bfcb659d60
1 changed files with 3 additions and 1 deletions
|
@ -153,7 +153,7 @@ appimage-amd64:
|
||||||
- echo 'deb http://archive.neon.kde.org/user/ bionic main' > /etc/apt/sources.list.d/neon.list
|
- echo 'deb http://archive.neon.kde.org/user/ bionic main' > /etc/apt/sources.list.d/neon.list
|
||||||
- wget -qO - https://archive.neon.kde.org/public.key | apt-key add -
|
- wget -qO - https://archive.neon.kde.org/public.key | apt-key add -
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y git wget
|
- apt-get install -y git wget curl
|
||||||
|
|
||||||
# update appimage-builder (optional)
|
# update appimage-builder (optional)
|
||||||
- pip3 install --upgrade git+https://www.opencode.net/azubieta/appimagecraft.git
|
- pip3 install --upgrade git+https://www.opencode.net/azubieta/appimagecraft.git
|
||||||
|
@ -184,6 +184,8 @@ appimage-amd64:
|
||||||
- DESTDIR=`pwd`/AppDir ninja -C build _deps/cmark-build/src/install
|
- DESTDIR=`pwd`/AppDir ninja -C build _deps/cmark-build/src/install
|
||||||
- mkdir -p AppDir/usr/lib/x86_64-linux-gnu AppDir/lib/x86_64-linux-gnu
|
- mkdir -p AppDir/usr/lib/x86_64-linux-gnu AppDir/lib/x86_64-linux-gnu
|
||||||
- appimage-builder --skip-test
|
- appimage-builder --skip-test
|
||||||
|
after_script:
|
||||||
|
- bash ./.ci/upload-nightly-gitlab.sh nheko-latest-x86_64.AppImage
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- '*.AppImage*'
|
- '*.AppImage*'
|
||||||
|
|
Loading…
Reference in a new issue