Skip to content
Snippets Groups Projects
Commit bfcb659d authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Upload appimage to matrix

parent 3eb836ab
No related branches found
No related tags found
1 merge request!2Remove travis and build appimages on gitlab
Pipeline #254 failed
......@@ -153,7 +153,7 @@ appimage-amd64:
- 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 -
- apt-get update
- apt-get install -y git wget
- apt-get install -y git wget curl
# update appimage-builder (optional)
- 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
- mkdir -p AppDir/usr/lib/x86_64-linux-gnu AppDir/lib/x86_64-linux-gnu
- appimage-builder --skip-test
after_script:
- bash ./.ci/upload-nightly-gitlab.sh nheko-latest-x86_64.AppImage
artifacts:
paths:
- '*.AppImage*'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment