mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
hyperrogue: enable 13.0a and disable 12.0u
This commit is contained in:
parent
9109cc8c6e
commit
dd09db4ccd
1 changed files with 6 additions and 3 deletions
|
|
@ -153,6 +153,7 @@ Builds:
|
|||
|
||||
- versionName: 12.0u
|
||||
versionCode: 12070
|
||||
disable: doesn't work
|
||||
commit: 0bcf2ca0abdc8693fd69e38435ec15121fb59353
|
||||
subdir: hyperroid/app
|
||||
sudo:
|
||||
|
|
@ -168,15 +169,17 @@ Builds:
|
|||
|
||||
- versionName: 13.0a
|
||||
versionCode: 13001
|
||||
disable: https://github.com/zenorogue/hyperrogue/issues/286
|
||||
commit: 51f59cc2facc800cbae75fa9c1027025b4db2eb4
|
||||
subdir: hyperroid/app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y g++ libsdl1.2-dev libsdl-ttf2.0-dev libsdl-gfx1.2-dev libsdl-mixer1.2-dev
|
||||
libglew-dev libpng-dev
|
||||
- apt-get install -y make g++ libsdl1.2-dev libsdl-ttf2.0-dev libsdl-gfx1.2-dev
|
||||
libsdl-mixer1.2-dev libglew-dev libpng-dev
|
||||
gradle:
|
||||
- yes
|
||||
prebuild:
|
||||
- sed -i -e 's/4.9/7.3.3/' ../gradle/wrapper/gradle-wrapper.properties
|
||||
- sed -i -e 's/3.2.0/7.2.0/' ../build.gradle
|
||||
build:
|
||||
- cd ..
|
||||
- bash copy.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue