Update and fix CI

* appimage: switched to bionic
* android: updated container for nanopb changes
* switch: updated devkitpro and simpler cmake scripts
This commit is contained in:
Florian Märkl 2022-03-26 13:44:50 +01:00
commit 7d820bd4ab
11 changed files with 90 additions and 46 deletions

View file

@ -22,7 +22,7 @@ tasks:
sudo docker run \
-v /home/build:/home/build \
-u $(id -u):$(id -g) \
thestr4ng3r/android:f064ea6 \
thestr4ng3r/android:b2853cc \
/bin/bash -c "cd /home/build/chiaki/android && ./gradlew assembleRelease bundleRelease"
cp chiaki/android/app/build/outputs/apk/release/app-release*.apk Chiaki.apk
cp chiaki/android/app/build/outputs/bundle/release/app-release*.aab Chiaki.aab

View file

@ -1,5 +1,5 @@
image: alpine/latest
image: alpine/edge # on edge for https://gitlab.alpinelinux.org/alpine/aports/-/issues/13287
sources:
- https://git.sr.ht/~thestr4ng3r/chiaki