mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-19 13:09:39 -07:00
Update CI images
This commit is contained in:
parent
6096de8c13
commit
bcdd0dd7fd
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
image: alpine/edge # on edge for https://gitlab.alpinelinux.org/alpine/aports/-/issues/13287
|
image: alpine/latest
|
||||||
|
|
||||||
sources:
|
sources:
|
||||||
- https://git.sr.ht/~thestr4ng3r/chiaki
|
- https://git.sr.ht/~thestr4ng3r/chiaki
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
image: openbsd/7.0
|
image: openbsd/latest
|
||||||
|
|
||||||
sources:
|
sources:
|
||||||
- https://git.sr.ht/~thestr4ng3r/chiaki
|
- https://git.sr.ht/~thestr4ng3r/chiaki
|
||||||
|
|
|
@ -48,4 +48,4 @@ export LD_LIBRARY_PATH="`pwd`/sdl2-prefix/lib:$LD_LIBRARY_PATH"
|
||||||
export EXTRA_QT_PLUGINS=opengl
|
export EXTRA_QT_PLUGINS=opengl
|
||||||
|
|
||||||
./linuxdeploy-x86_64.AppImage --appdir="${appdir}" -e "${appdir}/usr/bin/chiaki" -d "${appdir}/usr/share/applications/chiaki.desktop" --plugin qt --output appimage
|
./linuxdeploy-x86_64.AppImage --appdir="${appdir}" -e "${appdir}/usr/bin/chiaki" -d "${appdir}/usr/share/applications/chiaki.desktop" --plugin qt --output appimage
|
||||||
mv Chiaki-*-x86_64.AppImage Chiaki.AppImage
|
mv Chiaki*-x86_64.AppImage Chiaki.AppImage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue