switch to ubuntu jammy
This commit is contained in:
parent
0edd9e7a49
commit
8f2bca2422
2 changed files with 4 additions and 6 deletions
|
@ -8,13 +8,13 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- luacheck --std +love -g -u -t .
|
- luacheck --std +love -g -u -t .
|
||||||
- name: build
|
- name: build
|
||||||
image: bash
|
image: ubuntu:jammy
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
commands:
|
commands:
|
||||||
- apk update
|
- sudo apt-get update
|
||||||
- apk upgrade
|
- sudo apt-get upgrade
|
||||||
- apk --no-cache add curl zip git
|
- sudo apt-get install curl zip git
|
||||||
- chmod +x tools/build.sh
|
- chmod +x tools/build.sh
|
||||||
- bash tools/build.sh
|
- bash tools/build.sh
|
||||||
- name: release
|
- name: release
|
||||||
|
|
|
@ -38,8 +38,6 @@ downloadlove() {
|
||||||
curl -L -O $LOVE_LINUX
|
curl -L -O $LOVE_LINUX
|
||||||
curl -L -O $APPIMAGETOOL
|
curl -L -O $APPIMAGETOOL
|
||||||
|
|
||||||
chmod +x appimagetool-x86_64.AppImage
|
|
||||||
chmod +x love-$LOVE_VERSION-x86_64.AppImage
|
|
||||||
./appimagetool-x86_64.AppImage --appimage-extract
|
./appimagetool-x86_64.AppImage --appimage-extract
|
||||||
mv squashfs-root appimage
|
mv squashfs-root appimage
|
||||||
chmod +x appimage/AppRun
|
chmod +x appimage/AppRun
|
||||||
|
|
Loading…
Reference in a new issue