mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
tic-80 - simplify recipe
This commit is contained in:
parent
0a6acc9f21
commit
527f208f45
1 changed files with 1 additions and 2 deletions
|
|
@ -36,11 +36,10 @@ Builds:
|
|||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y libncurses5 g++ git cmake ruby-full libglvnd-dev libglu1-mesa-dev
|
||||
- apt-get install -y libncurses5 g++ cmake ruby-full libglvnd-dev libglu1-mesa-dev
|
||||
freeglut3-dev libasound2-dev python3-distutils
|
||||
gradle:
|
||||
- yes
|
||||
output: build/outputs/apk/release/app-release-unsigned.apk
|
||||
scandelete:
|
||||
- vendor
|
||||
build: for ARCH in arm arm64 x86 x86_64; do API=24; SYSROOT=$ANDROID_NDK_HOME/platforms/android-$API/arch-$ARCH;
|
||||
|
|
|
|||
Loading…
Reference in a new issue