mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +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
|
- versionName: 12.0u
|
||||||
versionCode: 12070
|
versionCode: 12070
|
||||||
|
disable: doesn't work
|
||||||
commit: 0bcf2ca0abdc8693fd69e38435ec15121fb59353
|
commit: 0bcf2ca0abdc8693fd69e38435ec15121fb59353
|
||||||
subdir: hyperroid/app
|
subdir: hyperroid/app
|
||||||
sudo:
|
sudo:
|
||||||
|
|
@ -168,15 +169,17 @@ Builds:
|
||||||
|
|
||||||
- versionName: 13.0a
|
- versionName: 13.0a
|
||||||
versionCode: 13001
|
versionCode: 13001
|
||||||
disable: https://github.com/zenorogue/hyperrogue/issues/286
|
|
||||||
commit: 51f59cc2facc800cbae75fa9c1027025b4db2eb4
|
commit: 51f59cc2facc800cbae75fa9c1027025b4db2eb4
|
||||||
subdir: hyperroid/app
|
subdir: hyperroid/app
|
||||||
sudo:
|
sudo:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y g++ libsdl1.2-dev libsdl-ttf2.0-dev libsdl-gfx1.2-dev libsdl-mixer1.2-dev
|
- apt-get install -y make g++ libsdl1.2-dev libsdl-ttf2.0-dev libsdl-gfx1.2-dev
|
||||||
libglew-dev libpng-dev
|
libsdl-mixer1.2-dev libglew-dev libpng-dev
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- 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:
|
build:
|
||||||
- cd ..
|
- cd ..
|
||||||
- bash copy.sh
|
- bash copy.sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue