mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
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:
parent
aa3a3b8bbc
commit
7d820bd4ab
11 changed files with 90 additions and 46 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue