Merge branch 'apt-get' into 'master'

Unify apt-get usage

See merge request fdroid/fdroiddata!7285
This commit is contained in:
Jochen Sprickerhof 2020-08-23 14:14:20 +00:00
commit 8cb1a043d4
71 changed files with 1001 additions and 577 deletions

View file

@ -42,8 +42,8 @@ Builds:
commit: v2.0.1
subdir: app
sudo:
- apt update || apt update
- apt install -y wget
- apt-get update || apt-get update
- apt-get install -y wget
gradle:
- yes
@ -52,8 +52,8 @@ Builds:
commit: v2.0.2
subdir: app
sudo:
- apt update || apt update
- apt install -y wget
- apt-get update || apt-get update
- apt-get install -y wget
gradle:
- yes
@ -62,8 +62,8 @@ Builds:
commit: v2.5.1
subdir: app
sudo:
- apt update || apt update
- apt install -y wget
- apt-get update || apt-get update
- apt-get install -y wget
gradle:
- yes
@ -73,8 +73,8 @@ Builds:
commit: v2.5.3
subdir: app
sudo:
- apt update || apt update
- apt install -y wget
- apt-get update || apt-get update
- apt-get install -y wget
gradle:
- yes
@ -83,8 +83,8 @@ Builds:
commit: v2.5.7
subdir: app
sudo:
- apt update || apt update
- apt install -y wget
- apt-get update || apt-get update
- apt-get install -y wget
gradle:
- yes
ndk: r21
@ -94,8 +94,8 @@ Builds:
commit: v2.6.2
subdir: app
sudo:
- apt update || apt update
- apt install -y wget
- apt-get update || apt-get update
- apt-get install -y wget
gradle:
- yes
ndk: r21
@ -105,8 +105,8 @@ Builds:
commit: v2.6.3
subdir: app
sudo:
- apt update || apt update
- apt install -y wget
- apt-get update || apt-get update
- apt-get install -y wget
gradle:
- yes
ndk: r21
@ -116,8 +116,8 @@ Builds:
commit: v2.6.4
subdir: app
sudo:
- apt update || apt update
- apt install -y wget
- apt-get update || apt-get update
- apt-get install -y wget
gradle:
- yes
ndk: r21
@ -127,8 +127,8 @@ Builds:
commit: v2.7.0
subdir: app
sudo:
- apt update || apt update
- apt install -y wget
- apt-get update || apt-get update
- apt-get install -y wget
gradle:
- yes
ndk: r21
@ -138,8 +138,8 @@ Builds:
commit: v2.7.2
subdir: app
sudo:
- apt update || apt update
- apt install -y wget
- apt-get update || apt-get update
- apt-get install -y wget
gradle:
- yes
ndk: r21

View file

@ -17,7 +17,7 @@ Builds:
subdir: app
sudo:
- apt-get update || apt-get update
- apt install -yq ninja-build
- apt-get install -y ninja-build
gradle:
- yes
rm:
@ -30,7 +30,7 @@ Builds:
subdir: app
sudo:
- apt-get update || apt-get update
- apt install -yq ninja-build
- apt-get install -y ninja-build
gradle:
- yes
rm:

View file

@ -19,7 +19,7 @@ Builds:
commit: fdroid-release-1
subdir: android/app
sudo:
- apt-get update
- apt-get update || apt-get update
- apt-get install -y g++ make ninja-build g++-multilib
- curl -Lo node.tar.xz https://nodejs.org/dist/v10.18.1/node-v10.18.1-linux-x64.tar.xz
- echo "8cc40f45c2c62529b15e83a6bbe0ac1febf57af3c5720df68067c96c0fddbbdf node.tar.xz"

View file

@ -25,7 +25,7 @@ Builds:
subdir: app/
sudo:
- apt-get update || apt-get update
- apt-get install ninja-build
- apt-get install -y ninja-build
gradle:
- yes
srclibs:

View file

@ -300,8 +300,8 @@ Builds:
subdir: android
submodules: true
sudo:
- apt update || apt update
- apt install -y g++
- apt-get update || apt-get update
- apt-get install -y g++
gradle:
- google
rm:
@ -333,8 +333,8 @@ Builds:
subdir: android
submodules: true
sudo:
- apt update || apt update
- apt install -y g++
- apt-get update || apt-get update
- apt-get install -y g++
gradle:
- google
rm:

View file

@ -17,8 +17,8 @@ Builds:
commit: v1.3.0
submodules: true
sudo:
- apt update || apt update
- apt install -y -t testing golang-go
- apt-get update || apt-get update
- apt-get install -y -t testing golang-go
gradle:
- yes
output: app/build/outputs/apk/release/app-universal-release-unsigned.apk
@ -29,8 +29,8 @@ Builds:
commit: v1.3.1
submodules: true
sudo:
- apt update || apt update
- apt install -y -t testing golang-go
- apt-get update || apt-get update
- apt-get install -y -t testing golang-go
gradle:
- yes
output: app/build/outputs/apk/release/app-universal-release-unsigned.apk
@ -41,8 +41,8 @@ Builds:
commit: v1.3.2
submodules: true
sudo:
- apt update || apt update
- apt install -y -t testing golang-go
- apt-get update || apt-get update
- apt-get install -y -t testing golang-go
gradle:
- yes
output: app/build/outputs/apk/release/app-universal-release-unsigned.apk
@ -53,8 +53,8 @@ Builds:
commit: v1.3.3
submodules: true
sudo:
- apt update || apt update
- apt install -y -t testing golang-go
- apt-get update || apt-get update
- apt-get install -y -t testing golang-go
gradle:
- yes
output: app/build/outputs/apk/release/app-universal-release-unsigned.apk

View file

@ -129,7 +129,9 @@ Builds:
disable: older failing build
commit: BS-4.7.6
subdir: android
sudo: apt-get -y install -t jessie-backports maven
sudo:
- apt-get update || apt-get update
- apt-get -y install -t jessie-backports maven
maven: 'yes'
output: target/android-4.7.6-aligned.apk
prebuild: sed -i "58iandroid:debuggable=\"false\"" AndroidManifest.xml
@ -143,7 +145,9 @@ Builds:
- versionName: 4.7.7
versionCode: 107
commit: BS-4.7.7
sudo: apt-get -y install -t jessie-backports maven
sudo:
- apt-get update || apt-get update
- apt-get -y install -t jessie-backports maven
output: android/target/android-$$VERSION$$-aligned.apk
rm:
- core/src/test
@ -157,7 +161,9 @@ Builds:
- versionName: 4.7.8
versionCode: 108
commit: BS-4.7.8
sudo: apt-get -y install -t jessie-backports maven
sudo:
- apt-get update || apt-get update
- apt-get -y install -t jessie-backports maven
output: android/target/android-$$VERSION$$-aligned.apk
rm:
- core/src/test

View file

@ -20,9 +20,9 @@ Builds:
versionCode: 1
commit: 1.16.1
sudo:
- apt update || apt update
- apt install -y g++
- apt install -y -t stretch-backports cmake
- apt-get update || apt-get update
- apt-get install -y g++
- apt-get install -y -t stretch-backports cmake
patch:
- 1.16.1-unsigned-apk.patch
- 1.16.1-qstring-constructor.patch
@ -48,9 +48,9 @@ Builds:
versionCode: 2
commit: 1.16.2
sudo:
- apt update || apt update
- apt install -y g++
- apt install -y -t stretch-backports cmake
- apt-get update || apt-get update
- apt-get install -y g++
- apt-get install -y -t stretch-backports cmake
patch:
- 1.16.2-statx.patch
output: build/dist/AusweisApp2-$$VERSION$$-armeabi-v7a.apk
@ -77,9 +77,9 @@ Builds:
commit: 1.20.0
timeout: 20000
sudo:
- apt update || apt update
- apt install -y g++
- apt install -y -t stretch-backports cmake
- apt-get update || apt-get update
- apt-get install -y g++
- apt-get install -y -t stretch-backports cmake
patch:
- 1.20.0-fixture.patch
output: build/dist/AusweisApp2-$$VERSION$$-armeabi-v7a.apk

View file

@ -21,8 +21,8 @@ Builds:
commit: 4552b111043665f5501bcfb0173c0e09bf19447a
timeout: 80000
sudo:
- apt update || apt update
- apt install -y doxygen g++ pkgconf wget
- apt-get update || apt-get update
- apt-get install -y doxygen g++ pkgconf wget
patch:
- build-gradle.patch
- androidmanifest.patch

View file

@ -38,7 +38,7 @@ Builds:
commit: v3.0.1-Limbox86-multiarch
subdir: limbo-android-x86
sudo:
- apt-get update
- apt-get update || apt-get update
- apt-get install -y libltdl-dev g++-multilib texinfo
gradle:
- yes

View file

@ -1101,8 +1101,8 @@ Builds:
commit: 0.10.19
submodules: true
sudo:
- apt update || apt update
- apt install -y -t testing golang-go
- apt-get update || apt-get update
- apt-get install -y -t testing golang-go
gradle:
- yes
output: app/build/outputs/apk/release/app-release-unsigned.apk
@ -1118,8 +1118,8 @@ Builds:
commit: 1.1.1
submodules: true
sudo:
- apt update || apt update
- apt install -y -t testing golang-go
- apt-get update || apt-get update
- apt-get install -y -t testing golang-go
gradle:
- yes
output: app/build/outputs/apk/release/app-release-unsigned.apk
@ -1135,8 +1135,8 @@ Builds:
commit: 1.1.2.1
submodules: true
sudo:
- apt update || apt update
- apt install -y -t testing golang-go
- apt-get update || apt-get update
- apt-get install -y -t testing golang-go
gradle:
- yes
output: app/build/outputs/apk/release/app-release-unsigned.apk
@ -1152,8 +1152,8 @@ Builds:
commit: 1.1.4
submodules: true
sudo:
- apt update || apt update
- apt install -y -t testing golang-go
- apt-get update || apt-get update
- apt-get install -y -t testing golang-go
gradle:
- yes
output: app/build/outputs/apk/release/app-release-unsigned.apk
@ -1169,8 +1169,8 @@ Builds:
commit: 1.2.0
submodules: true
sudo:
- apt update || apt update
- apt install -y -t testing golang-go
- apt-get update || apt-get update
- apt-get install -y -t testing golang-go
gradle:
- yes
output: app/build/outputs/apk/release/app-release-unsigned.apk
@ -1186,8 +1186,8 @@ Builds:
commit: 1.2.1
submodules: true
sudo:
- apt update || apt update
- apt install -y -t testing golang-go
- apt-get update || apt-get update
- apt-get install -y -t testing golang-go
gradle:
- yes
output: app/build/outputs/apk/release/app-release-unsigned.apk
@ -1203,8 +1203,8 @@ Builds:
commit: 1.2.2
submodules: true
sudo:
- apt update || apt update
- apt install -y -t testing golang-go
- apt-get update || apt-get update
- apt-get install -y -t testing golang-go
gradle:
- yes
output: app/build/outputs/apk/release/app-release-unsigned.apk
@ -1220,8 +1220,8 @@ Builds:
commit: 1.2.2.2
submodules: true
sudo:
- apt update || apt update
- apt install -y -t testing golang-go
- apt-get update || apt-get update
- apt-get install -y -t testing golang-go
gradle:
- yes
output: app/build/outputs/apk/release/app-release-unsigned.apk
@ -1237,8 +1237,8 @@ Builds:
commit: 1.2.2.3
submodules: true
sudo:
- apt update || apt update
- apt install -y -t testing golang-1.13-go
- apt-get update || apt-get update
- apt-get install -y -t testing golang-1.13-go
- ln -s /usr/lib/go-1.13 /usr/lib/go
- ln -s /usr/lib/go-1.13/bin/go /usr/bin/go
gradle:
@ -1256,8 +1256,8 @@ Builds:
commit: 1.2.2.4
submodules: true
sudo:
- apt update || apt update
- apt install -y -t testing golang-1.13-go
- apt-get update || apt-get update
- apt-get install -y -t testing golang-1.13-go
- ln -s /usr/lib/go-1.13 /usr/lib/go
- ln -s /usr/lib/go-1.13/bin/go /usr/bin/go
gradle:
@ -1275,8 +1275,8 @@ Builds:
commit: 1.3.0
submodules: true
sudo:
- apt update || apt update
- apt install -y -t testing golang-1.13-go
- apt-get update || apt-get update
- apt-get install -y -t testing golang-1.13-go
- ln -s /usr/lib/go-1.13 /usr/lib/go
- ln -s /usr/lib/go-1.13/bin/go /usr/bin/go
gradle:
@ -1294,8 +1294,8 @@ Builds:
commit: 1.3.1
submodules: true
sudo:
- apt update || apt update
- apt install -y -t testing golang-1.13-go
- apt-get update || apt-get update
- apt-get install -y -t testing golang-1.13-go
- ln -s /usr/lib/go-1.13 /usr/lib/go
- ln -s /usr/lib/go-1.13/bin/go /usr/bin/go
gradle:
@ -1313,8 +1313,8 @@ Builds:
commit: 1.3.2
submodules: true
sudo:
- apt update || apt update
- apt install -y -t testing golang-go
- apt-get update || apt-get update
- apt-get install -y -t testing golang-go
gradle:
- yes
output: app/build/outputs/apk/release/app-release-unsigned.apk
@ -1330,8 +1330,8 @@ Builds:
commit: 1.3.3
submodules: true
sudo:
- apt update || apt update
- apt install -y -t testing golang-go
- apt-get update || apt-get update
- apt-get install -y -t testing golang-go
gradle:
- yes
output: app/build/outputs/apk/release/app-release-unsigned.apk
@ -1347,8 +1347,8 @@ Builds:
commit: 1.3.4
submodules: true
sudo:
- apt update || apt update
- apt install -y -t testing golang-go
- apt-get update || apt-get update
- apt-get install -y -t testing golang-go
gradle:
- yes
output: app/build/outputs/apk/release/app-release-unsigned.apk
@ -1364,8 +1364,8 @@ Builds:
commit: 1.4.0
submodules: true
sudo:
- apt update || apt update
- apt install -y -t testing golang-go
- apt-get update || apt-get update
- apt-get install -y -t testing golang-go
gradle:
- yes
output: app/build/outputs/apk/release/app-release-unsigned.apk
@ -1381,8 +1381,8 @@ Builds:
commit: 1.4.2
submodules: true
sudo:
- apt update || apt update
- apt install -y -t testing golang-go
- apt-get update || apt-get update
- apt-get install -y -t testing golang-go
gradle:
- yes
output: app/build/outputs/apk/release/app-release-unsigned.apk
@ -1398,8 +1398,8 @@ Builds:
commit: 1.5.0
submodules: true
sudo:
- apt update || apt update
- apt install -y -t testing golang-go
- apt-get update || apt-get update
- apt-get install -y -t testing golang-go
gradle:
- yes
output: app/build/outputs/apk/release/app-release-unsigned.apk
@ -1415,8 +1415,8 @@ Builds:
commit: 1.6.0-rc.4
submodules: true
sudo:
- apt update || apt update
- apt install -y -t testing golang-go
- apt-get update || apt-get update
- apt-get install -y -t testing golang-go
gradle:
- yes
output: app/build/outputs/apk/release/app-release-unsigned.apk
@ -1432,8 +1432,8 @@ Builds:
commit: 1.6.1
submodules: true
sudo:
- apt update || apt update
- apt install -y -t testing golang-go
- apt-get update || apt-get update
- apt-get install -y -t testing golang-go
gradle:
- yes
output: app/build/outputs/apk/release/app-release-unsigned.apk
@ -1449,8 +1449,8 @@ Builds:
commit: 1.7.0
submodules: true
sudo:
- apt update || apt update
- apt install -y -t testing golang-go
- apt-get update || apt-get update
- apt-get install -y -t testing golang-go
gradle:
- yes
output: app/build/outputs/apk/release/app-release-unsigned.apk
@ -1466,8 +1466,8 @@ Builds:
commit: 1.7.1
submodules: true
sudo:
- apt update || apt update
- apt install -y -t testing golang-go
- apt-get update || apt-get update
- apt-get install -y -t testing golang-go
gradle:
- yes
output: app/build/outputs/apk/release/app-release-unsigned.apk
@ -1483,8 +1483,8 @@ Builds:
commit: 1.8.0
submodules: true
sudo:
- apt update || apt update
- apt install -y -t testing golang-go
- apt-get update || apt-get update
- apt-get install -y -t testing golang-go
gradle:
- yes
output: app/build/outputs/apk/release/app-release-unsigned.apk

View file

@ -100,8 +100,8 @@ Builds:
commit: v10.5e
subdir: hyperroid/app
sudo:
- apt update || apt update
- apt install -y g++
- apt-get update || apt-get update
- apt-get install -y g++
gradle:
- yes
prebuild: sed -i -e "s/abiFilters .*/abiFilters 'x86', 'x86_64', 'armeabi-v7a',
@ -118,8 +118,8 @@ Builds:
commit: v11.3l
subdir: hyperroid/app
sudo:
- apt update || apt update
- apt install -y g++
- apt-get update || apt-get update
- apt-get install -y g++
gradle:
- yes
prebuild: sed -i -e "s/abiFilters .*/abiFilters 'x86', 'x86_64', 'armeabi-v7a',

View file

@ -26,7 +26,9 @@ Builds:
disable: network hard forked
commit: v1.5.10.6
timeout: 14400
sudo: apt install -y g++ build-essential tofrodos
sudo:
- apt-get update || apt-get update
- apt-get install -y g++ build-essential tofrodos
gradle:
- yes
output: app/build/outputs/apk/release/wownerujo-*_universal.apk
@ -38,7 +40,7 @@ Builds:
disable: network hard forked
commit: v1.6.3.0
timeout: 14400
sudo: apt install -y g++ build-essential tofrodos
sudo: apt-get install -y g++ build-essential tofrodos
gradle:
- yes
output: app/build/outputs/apk/release/wownerujo-*_universal.apk
@ -50,7 +52,7 @@ Builds:
disable: network hard forked
commit: v1.6.4.0
timeout: 14400
sudo: apt install -y g++ build-essential tofrodos
sudo: apt-get install -y g++ build-essential tofrodos
gradle:
- yes
output: app/build/outputs/apk/release/wownerujo-*_universal.apk
@ -62,7 +64,7 @@ Builds:
disable: network hard forked
commit: v2.3.0.1
timeout: 14400
sudo: apt install -y g++ build-essential tofrodos
sudo: apt-get install -y g++ build-essential tofrodos
gradle:
- yes
output: app/build/outputs/apk/release/wownerujo-*_universal.apk
@ -74,7 +76,7 @@ Builds:
disable: network hard forked
commit: v2.3.0.2
timeout: 14400
sudo: apt install -y g++ build-essential tofrodos
sudo: apt-get install -y g++ build-essential tofrodos
gradle:
- yes
output: app/build/outputs/apk/release/wownerujo-*_universal.apk
@ -86,7 +88,7 @@ Builds:
disable: network hard forked
commit: v2.3.1.0
timeout: 14400
sudo: apt install -y g++ build-essential tofrodos
sudo: apt-get install -y g++ build-essential tofrodos
gradle:
- yes
output: app/build/outputs/apk/release/wownerujo-*_universal.apk
@ -98,7 +100,7 @@ Builds:
disable: network hard forked
commit: v2.4.0.0
timeout: 14400
sudo: apt install -y g++ build-essential tofrodos
sudo: apt-get install -y g++ build-essential tofrodos
gradle:
- yes
output: app/build/outputs/apk/release/wownerujo-*_universal.apk
@ -109,7 +111,7 @@ Builds:
versionCode: 1170
commit: v2.5.0.3
timeout: 14400
sudo: apt install -y g++ build-essential tofrodos
sudo: apt-get install -y g++ build-essential tofrodos
gradle:
- yes
output: app/build/outputs/apk/release/wownerujo-*_universal.apk
@ -120,7 +122,7 @@ Builds:
versionCode: 1180
commit: v2.5.0.4
timeout: 14400
sudo: apt install -y g++ build-essential tofrodos
sudo: apt-get install -y g++ build-essential tofrodos
gradle:
- yes
output: app/build/outputs/apk/release/wownerujo-*_universal.apk
@ -131,7 +133,7 @@ Builds:
versionCode: 1200
commit: v2.6.0.0
timeout: 14400
sudo: apt install -y g++ build-essential tofrodos
sudo: apt-get install -y g++ build-essential tofrodos
gradle:
- yes
output: app/build/outputs/apk/release/wownerujo-*_universal.apk
@ -142,7 +144,7 @@ Builds:
versionCode: 1210
commit: v2.6.1.0
timeout: 14400
sudo: apt install -y g++ build-essential tofrodos
sudo: apt-get install -y g++ build-essential tofrodos
gradle:
- yes
output: app/build/outputs/apk/release/wownerujo-*_universal.apk
@ -153,7 +155,7 @@ Builds:
versionCode: 1220
commit: v2.6.1.1
timeout: 14400
sudo: apt install -y g++ build-essential tofrodos
sudo: apt-get install -y g++ build-essential tofrodos
gradle:
- yes
output: app/build/outputs/apk/release/wownerujo-*_universal.apk
@ -164,7 +166,7 @@ Builds:
versionCode: 1230
commit: v2.7.0.0
timeout: 14400
sudo: apt install -y g++ build-essential tofrodos
sudo: apt-get install -y g++ build-essential tofrodos
gradle:
- yes
output: app/build/outputs/apk/release/wownerujo-*_universal.apk

View file

@ -33,7 +33,7 @@ Builds:
commit: v0.0.7
subdir: android/app
sudo:
- apt-get update
- apt-get update || apt-get update
- apt-get install -y --no-install-recommends -t stretch-backports npm
init: npm install
gradle:
@ -50,7 +50,7 @@ Builds:
commit: v0.0.8
subdir: android/app
sudo:
- apt-get update
- apt-get update || apt-get update
- apt-get install -y --no-install-recommends -t stretch-backports npm
init: npm install
gradle:
@ -67,7 +67,7 @@ Builds:
commit: v0.1.0
subdir: android/app
sudo:
- apt-get update
- apt-get update || apt-get update
- apt-get install -y --no-install-recommends -t stretch-backports npm
init:
- npm install
@ -86,7 +86,7 @@ Builds:
commit: v0.1.1
subdir: android/app
sudo:
- apt-get update
- apt-get update || apt-get update
- apt-get install -y --no-install-recommends -t stretch-backports npm
init:
- npm install
@ -105,7 +105,7 @@ Builds:
commit: v0.1.2
subdir: android/app
sudo:
- apt-get update
- apt-get update || apt-get update
- apt-get install -y --no-install-recommends -t stretch-backports npm
init:
- npm install
@ -125,7 +125,7 @@ Builds:
commit: v0.2.1
subdir: android/app
sudo:
- apt-get update
- apt-get update || apt-get update
- apt-get install -y --no-install-recommends -t stretch-backports npm
init:
- npm install
@ -145,7 +145,7 @@ Builds:
commit: v0.2.2
subdir: android/app
sudo:
- apt-get update
- apt-get update || apt-get update
- apt-get install -y --no-install-recommends -t stretch-backports npm
init:
- npm install

View file

@ -985,8 +985,8 @@ Builds:
subdir: client-android/ring-android/app
submodules: true
sudo:
- apt update || apt update
- apt install -y -t testing swig
- apt-get update || apt-get update
- apt-get install -y -t testing swig
gradle:
- noPush
rm:
@ -1015,8 +1015,8 @@ Builds:
subdir: client-android/ring-android/app
submodules: true
sudo:
- apt update || apt update
- apt install -y -t testing swig
- apt-get update || apt-get update
- apt-get install -y -t testing swig
gradle:
- noPush
rm:
@ -1045,8 +1045,8 @@ Builds:
subdir: client-android/ring-android/app
submodules: true
sudo:
- apt update || apt update
- apt install -y -t testing swig
- apt-get update || apt-get update
- apt-get install -y -t testing swig
gradle:
- noPush
rm:

View file

@ -334,8 +334,8 @@ Builds:
subdir: main
submodules: true
sudo:
- apt update
- apt install -y swig/jessie-backports
- apt-get update || apt-get update
- apt-get install -y swig/jessie-backports
gradle:
- normal
rm:

View file

@ -21,8 +21,8 @@ Builds:
commit: v1.1.2
submodules: true
sudo:
- apt update || apt update
- apt install -y -t stretch-backports npm
- apt-get update || apt-get update
- apt-get install -y -t stretch-backports npm
output: platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk
build:
- mkdir -p "$PWD/npm"

View file

@ -264,8 +264,8 @@ Builds:
subdir: SnoopSnitch/app
submodules: true
sudo:
- apt update || apt update
- apt install -y texinfo
- apt-get update || apt-get update
- apt-get install -y texinfo
gradle:
- nobuildcheck
rm:
@ -293,8 +293,8 @@ Builds:
subdir: SnoopSnitch/app
submodules: true
sudo:
- apt update || apt update
- apt install -y texinfo
- apt-get update || apt-get update
- apt-get install -y texinfo
gradle:
- nobuildcheck
rm:

View file

@ -14,8 +14,8 @@ Builds:
versionCode: 3
commit: v0.0.3
sudo:
- apt update || apt update
- apt install -y -t stretch-backports npm
- apt-get update || apt-get update
- apt-get install -y -t stretch-backports npm
output: platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk
build:
- mkdir -p "$PWD/npm"

View file

@ -83,7 +83,9 @@ Builds:
commit: v6.6.4-foss
subdir: wallet
submodules: true
sudo: apt install -yq ninja-build
sudo:
- apt-get update || apt-get update
- apt-get install -y ninja-build
gradle:
- prod
scandelete:

View file

@ -44,7 +44,9 @@ Builds:
disable: https://gitlab.com/guardianproject/checkey/issues/3
commit: 0.1.4
subdir: app
sudo: apt-get update; apt-get update; apt-get install -y disorderfs
sudo:
- apt-get update || apt-get update
- apt-get install -y disorderfs
init:
- cd ../..
- mv info.guardianproject.checkey info.guardianproject.checkey.build

View file

@ -49,7 +49,9 @@ Builds:
commit: 0.3.1
timeout: 2000
subdir: app
sudo: apt-get -qy install --no-install-recommends -t stretch-backports diffoscope
sudo:
- apt-get update || apt-get update
- apt-get -qy install --no-install-recommends -t stretch-backports diffoscope
apktool enjarify libstringtemplate4-java unzip xxd
gradle:
- yes

View file

@ -14,7 +14,7 @@ Builds:
versionCode: 1
commit: 60d1fcf8e44839db82eaa39cafb5e921cd89d0de
sudo:
- apt-get update
- apt-get update || apt-get update
- apt-get install --yes g++
output: mighty_knight.apk
srclibs:

View file

@ -20,7 +20,9 @@ Builds:
- versionName: 1.1.0
versionCode: 2
commit: 9e85cc98b092aeb36f139c522e97badeb76d87a5
sudo: apt-get install -y g++
sudo:
- apt-get update || apt-get update
- apt-get install -y g++
output: k2.apk
srclibs:
- Godot@b61462268e9a8a2c86c1abd5bc65cd96659fa979

View file

@ -19,7 +19,9 @@ Builds:
- versionName: 1.0.0
versionCode: 1
commit: 628bd8ed061f1fe6cc3696b0de0775d9be20d049
sudo: apt-get install -y g++
sudo:
- apt-get update || apt-get update
- apt-get install -y g++
output: output.apk
srclibs:
- Godot@3.2-stable

View file

@ -20,7 +20,9 @@ Builds:
- versionName: 1.0.0-beta.1
versionCode: 2
commit: b45fda84ee571bc2747cd014e3f6491725464a9e
sudo: apt-get install -y g++
sudo:
- apt-get update || apt-get update
- apt-get install -y g++
output: turo.apk
srclibs:
- Godot@b61462268e9a8a2c86c1abd5bc65cd96659fa979
@ -46,7 +48,9 @@ Builds:
- versionName: 1.1.0
versionCode: 3
commit: 0d2cceb790af73ec7fb1aae311b61818db9ebfc2
sudo: apt-get install -y g++
sudo:
- apt-get update || apt-get update
- apt-get install -y g++
output: turo.apk
srclibs:
- Godot@b61462268e9a8a2c86c1abd5bc65cd96659fa979
@ -72,7 +76,9 @@ Builds:
- versionName: 1.3.0
versionCode: 7
commit: 0553bafd2e64de41930492df2e2a02d86d4ae40e
sudo: apt-get install -y g++
sudo:
- apt-get update || apt-get update
- apt-get install -y g++
output: turo.apk
srclibs:
- Godot@b61462268e9a8a2c86c1abd5bc65cd96659fa979

View file

@ -25,8 +25,8 @@ Builds:
commit: 0.46.0-17
timeout: 40000
sudo:
- apt update || apt update
- apt install -y doxygen g++ pkgconf wget
- apt-get update || apt-get update
- apt-get install -y doxygen g++ pkgconf wget
gradle:
- yes
output: app/build/outputs/apk/release/omw_release_*.apk
@ -54,8 +54,8 @@ Builds:
commit: 0.46.0-18
timeout: 40000
sudo:
- apt update || apt update
- apt install -y doxygen g++ pkgconf wget
- apt-get update || apt-get update
- apt-get install -y doxygen g++ pkgconf wget
gradle:
- yes
output: app/build/outputs/apk/release/omw_release_*.apk
@ -84,8 +84,8 @@ Builds:
commit: 0.46.0-17
timeout: 40000
sudo:
- apt update || apt update
- apt install -y doxygen g++ pkgconf wget
- apt-get update || apt-get update
- apt-get install -y doxygen g++ pkgconf wget
gradle:
- yes
output: app/build/outputs/apk/release/omw_release_*.apk

View file

@ -25,8 +25,8 @@ Builds:
commit: 0.46.0-21-nightly
timeout: 30000
sudo:
- apt update || apt update
- apt install -y doxygen g++ pkgconf wget
- apt-get update || apt-get update
- apt-get install -y doxygen g++ pkgconf wget
gradle:
- nightly
output: app/build/outputs/apk/nightly/release/omw_release_*.apk
@ -54,8 +54,8 @@ Builds:
commit: 0.46.0-22-nightly
timeout: 30000
sudo:
- apt update || apt update
- apt install -y doxygen g++ pkgconf wget
- apt-get update || apt-get update
- apt-get install -y doxygen g++ pkgconf wget
gradle:
- nightly
output: app/build/outputs/apk/nightly/release/omw_release_*.apk
@ -83,8 +83,8 @@ Builds:
commit: 0.46.0-24-nightly
timeout: 30000
sudo:
- apt update || apt update
- apt install -y doxygen g++ pkgconf wget
- apt-get update || apt-get update
- apt-get install -y doxygen g++ pkgconf wget
gradle:
- nightly
output: app/build/outputs/apk/nightly/release/omw_release_*.apk
@ -112,8 +112,8 @@ Builds:
commit: 0.46.0-25-nightly
timeout: 30000
sudo:
- apt update || apt update
- apt install -y doxygen g++ pkgconf wget
- apt-get update || apt-get update
- apt-get install -y doxygen g++ pkgconf wget
gradle:
- nightly
output: app/build/outputs/apk/nightly/release/omw_release_*.apk
@ -141,8 +141,8 @@ Builds:
commit: 0.46.0-26-nightly
timeout: 30000
sudo:
- apt update || apt update
- apt install -y doxygen g++ pkgconf wget
- apt-get update || apt-get update
- apt-get install -y doxygen g++ pkgconf wget
gradle:
- nightly
output: app/build/outputs/apk/nightly/release/omw_release_*.apk
@ -170,8 +170,8 @@ Builds:
commit: 0.46.0-27-nightly
timeout: 30000
sudo:
- apt update || apt update
- apt install -y doxygen g++ pkgconf wget
- apt-get update || apt-get update
- apt-get install -y doxygen g++ pkgconf wget
gradle:
- nightly
output: app/build/outputs/apk/nightly/release/omw_release_*.apk
@ -202,8 +202,8 @@ Builds:
commit: 0.46.0-29-nightly
timeout: 30000
sudo:
- apt update || apt update
- apt install -y doxygen g++ pkgconf wget
- apt-get update || apt-get update
- apt-get install -y doxygen g++ pkgconf wget
gradle:
- nightly
output: app/build/outputs/apk/nightly/release/omw_release_*.apk
@ -231,8 +231,8 @@ Builds:
commit: 0.46.0-30-nightly
timeout: 30000
sudo:
- apt update || apt update
- apt install -y doxygen g++ pkgconf wget
- apt-get update || apt-get update
- apt-get install -y doxygen g++ pkgconf wget
gradle:
- nightly
output: app/build/outputs/apk/nightly/release/omw_release_*.apk
@ -260,8 +260,8 @@ Builds:
commit: 0.46.0-31-nightly
timeout: 30000
sudo:
- apt update || apt update
- apt install -y doxygen g++ pkgconf wget
- apt-get update || apt-get update
- apt-get install -y doxygen g++ pkgconf wget
gradle:
- nightly
output: app/build/outputs/apk/nightly/release/omw_release_*.apk
@ -289,8 +289,8 @@ Builds:
commit: 0.46.0-32-nightly
timeout: 30000
sudo:
- apt update || apt update
- apt install -y doxygen g++ pkgconf wget
- apt-get update || apt-get update
- apt-get install -y doxygen g++ pkgconf wget
gradle:
- nightly
output: app/build/outputs/apk/nightly/release/omw_release_*.apk
@ -318,8 +318,8 @@ Builds:
commit: 0.46.0-34-nightly
timeout: 30000
sudo:
- apt update || apt update
- apt install -y doxygen g++ pkgconf wget
- apt-get update || apt-get update
- apt-get install -y doxygen g++ pkgconf wget
gradle:
- nightly
output: app/build/outputs/apk/nightly/release/omw_release_*.apk

View file

@ -28,8 +28,8 @@ Builds:
timeout: 80000
submodules: true
sudo:
- apt update || apt update
- apt install -y wget yasm jq dos2unix
- apt-get update || apt-get update
- apt-get install -y wget yasm jq dos2unix
output: project/vcmi-app/build/outputs/apk/vcmi-vcmiOnly-release-unsigned.apk
prebuild:
- export VCMI_ABI="armeabi-v7a"
@ -101,8 +101,8 @@ Builds:
timeout: 80000
submodules: true
sudo:
- apt update || apt update
- apt install -y wget yasm jq dos2unix
- apt-get update || apt-get update
- apt-get install -y wget yasm jq dos2unix
output: project/vcmi-app/build/outputs/apk/vcmi-vcmiOnly-release-unsigned.apk
prebuild:
- export VCMI_ABI="arm64-v8a"
@ -174,8 +174,8 @@ Builds:
timeout: 80000
submodules: true
sudo:
- apt update || apt update
- apt install -y wget yasm jq dos2unix
- apt-get update || apt-get update
- apt-get install -y wget yasm jq dos2unix
output: project/vcmi-app/build/outputs/apk/vcmi-vcmiOnly-release-unsigned.apk
prebuild:
- export VCMI_ABI="x86"
@ -247,8 +247,8 @@ Builds:
timeout: 80000
submodules: true
sudo:
- apt update || apt update
- apt install -y wget yasm jq dos2unix
- apt-get update || apt-get update
- apt-get install -y wget yasm jq dos2unix
output: project/vcmi-app/build/outputs/apk/vcmi-vcmiOnly-release-unsigned.apk
prebuild:
- export VCMI_ABI="x86_64"

View file

@ -25,8 +25,8 @@ Builds:
commit: v0.0.0
timeout: 10800
sudo:
- apt update || apt update
- apt install -y libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev
- apt-get update || apt-get update
- apt-get install -y libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev
libboost-all-dev libvorbis-dev libcairo2-dev libpango1.0-dev libssl-dev libreadline-dev
pkgconf wget
init:

View file

@ -54,8 +54,8 @@ Builds:
subdir: app
submodules: true
sudo:
- apt update || apt update
- apt install -y node-uglify
- apt-get update || apt-get update
- apt-get install -y node-uglify
gradle:
- fdroid
prebuild: sed -i -e '/versionNameSuffix/d' build.gradle

View file

@ -105,8 +105,8 @@ Builds:
commit: 86e29ae5860f197b87d85e755475a445cb65b04c
subdir: build/android
sudo:
- apt update || apt update
- apt install -y wget dos2unix
- apt-get update || apt-get update
- apt-get install -y wget dos2unix
output: build/outputs/apk/Minetest-release-unsigned.apk
srclibs:
- MinetestGame@d6a66860af6fc39957d8e947824b9c56c3686b8e

View file

@ -31,7 +31,9 @@ Builds:
- versionName: 3.7.1
versionCode: 15
commit: v3.7.1
sudo: apt-get install -y docbook-xsl
sudo:
- apt-get update || apt-get update
- apt-get install -y docbook-xsl
output: android-build/kid3/android/bin/QtApp-release-unsigned.apk
target: android-19
build:
@ -55,7 +57,9 @@ Builds:
- versionName: 3.8.0
versionCode: 16
commit: v3.8.0
sudo: apt-get install -y docbook-xsl
sudo:
- apt-get update || apt-get update
- apt-get install -y docbook-xsl
output: android-build/kid3/android/build/outputs/apk/release/android-release-unsigned.apk
target: android-22
build:
@ -79,7 +83,9 @@ Builds:
- versionName: 3.8.1
versionCode: 17
commit: v3.8.1
sudo: apt-get install -y docbook-xsl
sudo:
- apt-get update || apt-get update
- apt-get install -y docbook-xsl
output: android-build/kid3/android/build/outputs/apk/release/android-release-unsigned.apk
target: android-22
build:
@ -103,7 +109,9 @@ Builds:
- versionName: 3.8.2
versionCode: 18
commit: v3.8.2
sudo: apt-get install -y docbook-xsl
sudo:
- apt-get update || apt-get update
- apt-get install -y docbook-xsl
output: android-build/kid3/android/build/outputs/apk/release/android-release-unsigned.apk
target: android-22
build:
@ -127,7 +135,9 @@ Builds:
- versionName: 3.8.3
versionCode: 19
commit: v3.8.3
sudo: apt-get install -y docbook-xsl
sudo:
- apt-get update || apt-get update
- apt-get install -y docbook-xsl
output: android-build/kid3/android/build/outputs/apk/release/android-release-unsigned.apk
target: android-22
build:

View file

@ -23,7 +23,7 @@ Builds:
versionCode: 3030600
commit: 3.3.6
sudo:
- apt-get update
- apt-get update || apt-get update
- apt-get install -y libbz2-dev libreadline-dev libsqlite3-dev llvm libncurses5-dev
libncursesw5-dev tk-dev build-essential ccache libgtk2.0-0:i386 libpangox-1.0-0:i386
libpangoxft-1.0-0:i386 libidn11:i386 openjdk-8-jdk unzip libffi-dev libltdl-dev
@ -78,7 +78,7 @@ Builds:
commit: 3.3.8
timeout: 10800
sudo:
- apt-get update
- apt-get update || apt-get update
- apt-get install -y libbz2-dev libreadline-dev libsqlite3-dev llvm libncurses5-dev
libncursesw5-dev tk-dev build-essential ccache libgtk2.0-0:i386 libpangox-1.0-0:i386
libpangoxft-1.0-0:i386 libidn11:i386 openjdk-8-jdk unzip libffi-dev libltdl-dev
@ -133,7 +133,7 @@ Builds:
commit: 3.3.8.1
timeout: 10800
sudo:
- apt-get update
- apt-get update || apt-get update
- apt-get install -y libbz2-dev libreadline-dev libsqlite3-dev llvm libncurses5-dev
libncursesw5-dev tk-dev build-essential ccache libgtk2.0-0:i386 libpangox-1.0-0:i386
libpangoxft-1.0-0:i386 libidn11:i386 openjdk-8-jdk unzip libffi-dev libltdl-dev
@ -188,7 +188,7 @@ Builds:
commit: 3.3.8.4
timeout: 10800
sudo:
- apt-get update
- apt-get update || apt-get update
- apt-get install -y libbz2-dev libreadline-dev libsqlite3-dev llvm libncurses5-dev
libncursesw5-dev tk-dev build-essential ccache libgtk2.0-0:i386 libpangox-1.0-0:i386
libpangoxft-1.0-0:i386 libidn11:i386 openjdk-8-jdk unzip libffi-dev libltdl-dev
@ -246,7 +246,7 @@ Builds:
commit: 3.3.8.5
timeout: 10800
sudo:
- apt-get update
- apt-get update || apt-get update
- apt-get install -y libbz2-dev libreadline-dev libsqlite3-dev llvm libncurses5-dev
libncursesw5-dev tk-dev build-essential ccache libgtk2.0-0:i386 libpangox-1.0-0:i386
libpangoxft-1.0-0:i386 libidn11:i386 openjdk-8-jdk unzip libffi-dev libltdl-dev
@ -309,7 +309,7 @@ Builds:
commit: 3.3.8.5
timeout: 10800
sudo:
- apt-get update
- apt-get update || apt-get update
- apt-get install -y libbz2-dev libreadline-dev libsqlite3-dev llvm libncurses5-dev
libncursesw5-dev tk-dev build-essential ccache libgtk2.0-0:i386 libpangox-1.0-0:i386
libpangoxft-1.0-0:i386 libidn11:i386 openjdk-8-jdk unzip libffi-dev libltdl-dev

View file

@ -309,8 +309,8 @@ Builds:
commit: android_beta_145
subdir: xwords4/android/app
sudo:
- apt update || apt update
- apt install -y graphicsmagick-imagemagick-compat
- apt-get update || apt-get update
- apt-get install -y graphicsmagick-imagemagick-compat
gradle:
- Xw4fdroid
prebuild: sed -i -e '/\/\/ rm-for-fdroid$/d' {..,.}/build.gradle
@ -322,8 +322,8 @@ Builds:
commit: android_beta_147
subdir: xwords4/android/app
sudo:
- apt update || apt update
- apt install -y graphicsmagick-imagemagick-compat
- apt-get update || apt-get update
- apt-get install -y graphicsmagick-imagemagick-compat
gradle:
- Xw4fdroid
prebuild: sed -i -e '/\/\/ rm-for-fdroid$/d' {..,.}/build.gradle
@ -335,8 +335,8 @@ Builds:
commit: android_beta_148
subdir: xwords4/android/app
sudo:
- apt update || apt update
- apt install -y graphicsmagick-imagemagick-compat
- apt-get update || apt-get update
- apt-get install -y graphicsmagick-imagemagick-compat
gradle:
- Xw4fdroid
prebuild:
@ -350,8 +350,8 @@ Builds:
commit: android_beta_149
subdir: xwords4/android/app
sudo:
- apt update || apt update
- apt install -y graphicsmagick-imagemagick-compat
- apt-get update || apt-get update
- apt-get install -y graphicsmagick-imagemagick-compat
gradle:
- Xw4fdroid
prebuild:
@ -365,8 +365,8 @@ Builds:
commit: android_beta_153
subdir: xwords4/android/app
sudo:
- apt update || apt update
- apt install -y graphicsmagick-imagemagick-compat
- apt-get update || apt-get update
- apt-get install -y graphicsmagick-imagemagick-compat
gradle:
- Xw4fdroid
prebuild:
@ -380,8 +380,8 @@ Builds:
commit: android_beta_154
subdir: xwords4/android/app
sudo:
- apt update || apt update
- apt install -y graphicsmagick-imagemagick-compat
- apt-get update || apt-get update
- apt-get install -y graphicsmagick-imagemagick-compat
gradle:
- Xw4fdroid
prebuild:
@ -395,8 +395,8 @@ Builds:
commit: android_beta_159
subdir: xwords4/android/app
sudo:
- apt update || apt update
- apt install -y graphicsmagick-imagemagick-compat
- apt-get update || apt-get update
- apt-get install -y graphicsmagick-imagemagick-compat
gradle:
- Xw4fdroid
prebuild:
@ -411,8 +411,8 @@ Builds:
commit: android_beta_163
subdir: xwords4/android/app
sudo:
- apt update || apt update
- apt install -y graphicsmagick-imagemagick-compat python3-lxml
- apt-get update || apt-get update
- apt-get install -y graphicsmagick-imagemagick-compat python3-lxml
gradle:
- Xw4fdroid
rm:

View file

@ -1203,7 +1203,9 @@ Builds:
versionCode: 1005001
commit: 1.5-alpha1
subdir: app
sudo: apt-get update; apt-get update; apt-get install -y disorderfs
sudo:
- apt-get update || apt-get update
- apt-get install -y disorderfs
init:
- cd ../..
- mv org.fdroid.fdroid org.fdroid.fdroid.build
@ -1217,7 +1219,9 @@ Builds:
versionCode: 1005002
commit: 1.5-alpha2
subdir: app
sudo: apt-get update; apt-get update; apt-get install -y disorderfs
sudo:
- apt-get update || apt-get update
- apt-get install -y disorderfs
init:
- cd ../..
- mv org.fdroid.fdroid org.fdroid.fdroid.build
@ -1231,7 +1235,9 @@ Builds:
versionCode: 1005050
commit: '1.5'
subdir: app
sudo: apt-get update; apt-get update; apt-get install -y disorderfs
sudo:
- apt-get update || apt-get update
- apt-get install -y disorderfs
init:
- cd ../..
- mv org.fdroid.fdroid org.fdroid.fdroid.build
@ -1245,7 +1251,9 @@ Builds:
versionCode: 1005150
commit: 1.5.1
subdir: app
sudo: apt-get update; apt-get update; apt-get install -y disorderfs
sudo:
- apt-get update || apt-get update
- apt-get install -y disorderfs
init:
- cd ../..
- mv org.fdroid.fdroid org.fdroid.fdroid.build
@ -1259,7 +1267,9 @@ Builds:
versionCode: 1006000
commit: 1.6-alpha0
subdir: app
sudo: apt-get update; apt-get update; apt-get install -y disorderfs
sudo:
- apt-get update || apt-get update
- apt-get install -y disorderfs
init:
- cd ../..
- mv org.fdroid.fdroid org.fdroid.fdroid.build
@ -1273,7 +1283,9 @@ Builds:
versionCode: 1006001
commit: 1.6-alpha1
subdir: app
sudo: apt-get update; apt-get update; apt-get install -y disorderfs
sudo:
- apt-get update || apt-get update
- apt-get install -y disorderfs
init:
- cd ../..
- mv org.fdroid.fdroid org.fdroid.fdroid.build
@ -1287,7 +1299,9 @@ Builds:
versionCode: 1006002
commit: 1.6-alpha2
subdir: app
sudo: apt-get update; apt-get update; apt-get install -y disorderfs
sudo:
- apt-get update || apt-get update
- apt-get install -y disorderfs
init:
- cd ../..
- mv org.fdroid.fdroid org.fdroid.fdroid.build
@ -1301,7 +1315,9 @@ Builds:
versionCode: 1006050
commit: '1.6'
subdir: app
sudo: apt-get update; apt-get update; apt-get install -y disorderfs
sudo:
- apt-get update || apt-get update
- apt-get install -y disorderfs
init:
- cd ../..
- mv org.fdroid.fdroid org.fdroid.fdroid.build
@ -1315,7 +1331,9 @@ Builds:
versionCode: 1006051
commit: 1.6.1
subdir: app
sudo: apt-get update; apt-get update; apt-get install -y disorderfs
sudo:
- apt-get update || apt-get update
- apt-get install -y disorderfs
init:
- cd ../..
- mv org.fdroid.fdroid org.fdroid.fdroid.build
@ -1329,7 +1347,9 @@ Builds:
versionCode: 1006052
commit: 1.6.2
subdir: app
sudo: apt-get update; apt-get update; apt-get install -y disorderfs
sudo:
- apt-get update || apt-get update
- apt-get install -y disorderfs
init:
- cd ../..
- mv org.fdroid.fdroid org.fdroid.fdroid.build
@ -1343,7 +1363,9 @@ Builds:
versionCode: 1007000
commit: 1.7-alpha0
subdir: app
sudo: apt-get update; apt-get update; apt-get install -y disorderfs
sudo:
- apt-get update || apt-get update
- apt-get install -y disorderfs
init:
- cd ../..
- mv org.fdroid.fdroid org.fdroid.fdroid.build
@ -1357,7 +1379,9 @@ Builds:
versionCode: 1007001
commit: 1.7-alpha1
subdir: app
sudo: apt-get update; apt-get update; apt-get install -y disorderfs
sudo:
- apt-get update || apt-get update
- apt-get install -y disorderfs
init:
- cd ../..
- mv org.fdroid.fdroid org.fdroid.fdroid.build
@ -1371,7 +1395,9 @@ Builds:
versionCode: 1007002
commit: 1.7-alpha2
subdir: app
sudo: apt-get update; apt-get update; apt-get install -y disorderfs
sudo:
- apt-get update || apt-get update
- apt-get install -y disorderfs
init:
- cd ../..
- mv org.fdroid.fdroid org.fdroid.fdroid.build
@ -1385,7 +1411,9 @@ Builds:
versionCode: 1007050
commit: '1.7'
subdir: app
sudo: apt-get update; apt-get update; apt-get install -y disorderfs
sudo:
- apt-get update || apt-get update
- apt-get install -y disorderfs
init:
- cd ../..
- mv org.fdroid.fdroid org.fdroid.fdroid.build
@ -1399,7 +1427,9 @@ Builds:
versionCode: 1007051
commit: 1.7.1
subdir: app
sudo: apt-get update; apt-get update; apt-get install -y disorderfs
sudo:
- apt-get update || apt-get update
- apt-get install -y disorderfs
init:
- cd ../..
- mv org.fdroid.fdroid org.fdroid.fdroid.build
@ -1413,7 +1443,9 @@ Builds:
versionCode: 1008000
commit: 1.8-alpha0
subdir: app
sudo: apt-get update; apt-get update; apt-get install -y disorderfs
sudo:
- apt-get update || apt-get update
- apt-get install -y disorderfs
init:
- cd ../..
- mv org.fdroid.fdroid org.fdroid.fdroid.build
@ -1427,7 +1459,9 @@ Builds:
versionCode: 1008001
commit: 1.8-alpha1
subdir: app
sudo: apt-get update; apt-get update; apt-get install -y disorderfs
sudo:
- apt-get update || apt-get update
- apt-get install -y disorderfs
init:
- cd ../..
- mv org.fdroid.fdroid org.fdroid.fdroid.build
@ -1441,7 +1475,9 @@ Builds:
versionCode: 1008002
commit: 1.8-alpha2
subdir: app
sudo: apt-get update; apt-get update; apt-get install -y disorderfs
sudo:
- apt-get update || apt-get update
- apt-get install -y disorderfs
init:
- cd ../..
- mv org.fdroid.fdroid org.fdroid.fdroid.build
@ -1455,7 +1491,9 @@ Builds:
versionCode: 1008050
commit: '1.8'
subdir: app
sudo: apt-get update; apt-get update; apt-get install -y disorderfs
sudo:
- apt-get update || apt-get update
- apt-get install -y disorderfs
init:
- cd ../..
- mv org.fdroid.fdroid org.fdroid.fdroid.build
@ -1472,7 +1510,9 @@ Builds:
versionCode: 1009000
commit: '1.9'
subdir: app
sudo: apt-get update; apt-get update; apt-get install -y disorderfs
sudo:
- apt-get update || apt-get update
- apt-get install -y disorderfs
init:
- cd ../..
- mv org.fdroid.fdroid org.fdroid.fdroid.build
@ -1489,7 +1529,9 @@ Builds:
versionCode: 1010000
commit: 1.10-alpha0
subdir: app
sudo: apt-get update; apt-get update; apt-get install -y disorderfs
sudo:
- apt-get update || apt-get update
- apt-get install -y disorderfs
init:
- cd ../..
- mv org.fdroid.fdroid org.fdroid.fdroid.build

View file

@ -63,7 +63,9 @@ Builds:
versionCode: 3238
commit: 2.0.0-rc.7
subdir: app
sudo: apt-get install -y jq
sudo:
- apt-get update || apt-get update
- apt-get install -y jq
gradle:
- mqtt
prebuild: sed -i -e '/applicationVariants.all/,+10d' build.gradle

View file

@ -63,7 +63,9 @@ Builds:
versionCode: 2618
commit: 2.0.0-rc.5
subdir: app
sudo: apt-get install -y jq
sudo:
- apt-get update || apt-get update
- apt-get install -y jq
gradle:
- yes
@ -71,7 +73,9 @@ Builds:
versionCode: 3085
commit: 2.0.0-rc.6
subdir: app
sudo: apt-get install -y jq
sudo:
- apt-get update || apt-get update
- apt-get install -y jq
gradle:
- yes

View file

@ -537,7 +537,7 @@ Builds:
timeout: 21600
sudo:
- apt-get update || apt-get update
- apt install -y g++
- apt-get install -y g++
output: fdroid/icecat-unsigned.apk
srclibs:
- MozLocales@3afdd978
@ -577,7 +577,7 @@ Builds:
timeout: 21600
sudo:
- apt-get update || apt-get update
- apt install -y g++
- apt-get install -y g++
output: fdroid/icecat-unsigned.apk
srclibs:
- MozLocales@3afdd978
@ -617,7 +617,7 @@ Builds:
timeout: 21600
sudo:
- apt-get update || apt-get update
- apt install -y g++
- apt-get install -y g++
output: fdroid/icecat-unsigned.apk
srclibs:
- MozLocales@3afdd978
@ -657,7 +657,7 @@ Builds:
timeout: 21600
sudo:
- apt-get update || apt-get update
- apt install -y g++
- apt-get install -y g++
output: fdroid/icecat-unsigned.apk
srclibs:
- MozLocales@3afdd978
@ -697,7 +697,7 @@ Builds:
timeout: 21600
sudo:
- apt-get update || apt-get update
- apt install -y g++
- apt-get install -y g++
output: fdroid/icecat-unsigned.apk
srclibs:
- MozLocales@ebea561a
@ -737,7 +737,7 @@ Builds:
timeout: 21600
sudo:
- apt-get update || apt-get update
- apt install -y g++
- apt-get install -y g++
output: fdroid/icecat-unsigned.apk
srclibs:
- MozLocales@ebea561a
@ -777,7 +777,7 @@ Builds:
timeout: 21600
sudo:
- apt-get update || apt-get update
- apt install -y g++
- apt-get install -y g++
output: fdroid/icecat-unsigned.apk
srclibs:
- MozLocales@ebea561a
@ -817,7 +817,7 @@ Builds:
timeout: 21600
sudo:
- apt-get update || apt-get update
- apt install -y g++
- apt-get install -y g++
output: fdroid/icecat-unsigned.apk
srclibs:
- MozLocales@ebea561a

View file

@ -5434,8 +5434,8 @@ Builds:
commit: FENNEC_59_0_2_RELEASE
timeout: 21600
sudo:
- apt update
- apt install -y g++ proguard-cli/testing libproguard-java/testing
- apt-get update
- apt-get install -y g++ proguard-cli/testing libproguard-java/testing
output: obj-arm-linux-androideabi/dist/fennec-$$VERSION$$.en-US.android-arm-unsigned-unaligned.apk
srclibs:
- MozLocales@a5bbd6bf9e94673e0ed53b4b8a965db48accc63f
@ -5482,8 +5482,8 @@ Builds:
commit: FENNEC_59_0_2_RELEASE
timeout: 21600
sudo:
- apt update
- apt install -y g++ proguard-cli/testing libproguard-java/testing
- apt-get update
- apt-get install -y g++ proguard-cli/testing libproguard-java/testing
output: obj-i386-linux-androideabi/dist/fennec-$$VERSION$$.en-US.android-i386-unsigned-unaligned.apk
srclibs:
- MozLocales@a5bbd6bf9e94673e0ed53b4b8a965db48accc63f
@ -5530,8 +5530,8 @@ Builds:
commit: FENNEC_60_0_RELEASE
timeout: 21600
sudo:
- apt update
- apt install -y g++ proguard-cli/testing libproguard-java/testing
- apt-get update
- apt-get install -y g++ proguard-cli/testing libproguard-java/testing
output: obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
srclibs:
- MozLocales@20ad83b906b6c7c8b139356b62915ca32e584001
@ -5578,8 +5578,8 @@ Builds:
commit: FENNEC_60_0_RELEASE
timeout: 21600
sudo:
- apt update
- apt install -y g++ proguard-cli/testing libproguard-java/testing
- apt-get update
- apt-get install -y g++ proguard-cli/testing libproguard-java/testing
output: obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
srclibs:
- MozLocales@20ad83b906b6c7c8b139356b62915ca32e584001
@ -5626,8 +5626,8 @@ Builds:
commit: FENNEC_60_0_1_RELEASE
timeout: 21600
sudo:
- apt update
- apt install -y g++ proguard-cli/testing libproguard-java/testing
- apt-get update
- apt-get install -y g++ proguard-cli/testing libproguard-java/testing
output: obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
srclibs:
- MozLocales@20ad83b906b6c7c8b139356b62915ca32e584001
@ -5673,8 +5673,8 @@ Builds:
commit: FENNEC_60_0_1_RELEASE
timeout: 21600
sudo:
- apt update
- apt install -y g++ proguard-cli/testing libproguard-java/testing
- apt-get update
- apt-get install -y g++ proguard-cli/testing libproguard-java/testing
output: obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
srclibs:
- MozLocales@20ad83b906b6c7c8b139356b62915ca32e584001
@ -5720,8 +5720,8 @@ Builds:
commit: FENNEC_60_0_2_RELEASE
timeout: 21600
sudo:
- apt update
- apt install -y g++ proguard-cli/testing libproguard-java/testing
- apt-get update
- apt-get install -y g++ proguard-cli/testing libproguard-java/testing
output: obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
srclibs:
- MozLocales@20ad83b906b6c7c8b139356b62915ca32e584001
@ -5767,8 +5767,8 @@ Builds:
commit: FENNEC_60_0_2_RELEASE
timeout: 21600
sudo:
- apt update
- apt install -y g++ proguard-cli/testing libproguard-java/testing
- apt-get update
- apt-get install -y g++ proguard-cli/testing libproguard-java/testing
output: obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
srclibs:
- MozLocales@20ad83b906b6c7c8b139356b62915ca32e584001
@ -5814,8 +5814,8 @@ Builds:
commit: FENNEC_61_0_RELEASE
timeout: 28800
sudo:
- apt update
- apt install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli/testing
- apt-get update
- apt-get install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli/testing
libproguard-java/testing
output: obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
srclibs:
@ -5877,8 +5877,8 @@ Builds:
commit: FENNEC_61_0_RELEASE
timeout: 28800
sudo:
- apt update
- apt install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli/testing
- apt-get update
- apt-get install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli/testing
libproguard-java/testing
output: obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
srclibs:
@ -5941,8 +5941,8 @@ Builds:
commit: FENNEC_61_0_RELEASE
timeout: 28800
sudo:
- apt update
- apt install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli/testing
- apt-get update
- apt-get install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli/testing
libproguard-java/testing
output: obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
srclibs:
@ -6005,8 +6005,8 @@ Builds:
commit: FENNEC_61_0_RELEASE
timeout: 28800
sudo:
- apt update
- apt install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli/testing
- apt-get update
- apt-get install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli/testing
libproguard-java/testing
output: obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
srclibs:
@ -6070,8 +6070,8 @@ Builds:
commit: FENNEC_61_0_2_RELEASE
timeout: 28800
sudo:
- apt update
- apt install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli/testing
- apt-get update
- apt-get install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli/testing
libproguard-java/testing
output: obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
srclibs:
@ -6134,8 +6134,8 @@ Builds:
commit: FENNEC_61_0_2_RELEASE
timeout: 28800
sudo:
- apt update
- apt install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli/testing
- apt-get update
- apt-get install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli/testing
libproguard-java/testing
output: obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
srclibs:
@ -6199,8 +6199,8 @@ Builds:
commit: FENNEC_62_0_1_RELEASE
timeout: 28800
sudo:
- apt update
- apt install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli/testing
- apt-get update
- apt-get install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli/testing
libproguard-java/testing
output: obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
srclibs:
@ -6260,8 +6260,8 @@ Builds:
commit: FENNEC_62_0_1_RELEASE
timeout: 28800
sudo:
- apt update
- apt install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli/testing
- apt-get update
- apt-get install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli/testing
libproguard-java/testing
output: obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
srclibs:
@ -6322,8 +6322,8 @@ Builds:
commit: FENNEC_62_0_1_RELEASE
timeout: 28800
sudo:
- apt update
- apt install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli/testing
- apt-get update
- apt-get install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli/testing
libproguard-java/testing
output: obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
srclibs:
@ -6384,8 +6384,8 @@ Builds:
commit: FENNEC_62_0_2_RELEASE
timeout: 28800
sudo:
- apt update
- apt install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli/testing
- apt-get update
- apt-get install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli/testing
libproguard-java/testing
output: obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
srclibs:
@ -6445,8 +6445,8 @@ Builds:
commit: FENNEC_62_0_2_RELEASE
timeout: 28800
sudo:
- apt update
- apt install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli/testing
- apt-get update
- apt-get install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli/testing
libproguard-java/testing
output: obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
srclibs:
@ -6507,8 +6507,8 @@ Builds:
commit: FENNEC_62_0_3_RELEASE
timeout: 28800
sudo:
- apt update
- apt install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli libproguard-java
- apt-get update
- apt-get install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli libproguard-java
output: obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
srclibs:
- MozLocales@c795b1463d98524da163ae29c0343be13c4f6392
@ -6555,8 +6555,8 @@ Builds:
commit: FENNEC_62_0_3_RELEASE
timeout: 28800
sudo:
- apt update
- apt install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli libproguard-java
- apt-get update
- apt-get install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli libproguard-java
output: obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
srclibs:
- MozLocales@c795b1463d98524da163ae29c0343be13c4f6392
@ -6604,9 +6604,9 @@ Builds:
commit: FENNEC_63_0_RELEASE
timeout: 28800
sudo:
- apt update
- apt install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli libproguard-java
- apt install -y -t testing nodejs
- apt-get update
- apt-get install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli libproguard-java
- apt-get install -y -t testing nodejs
output: obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
srclibs:
- MozLocales@9e2ceb189feea59b7cbae3cd51ebba99bbcc7f53
@ -6653,9 +6653,9 @@ Builds:
commit: FENNEC_63_0_RELEASE
timeout: 28800
sudo:
- apt update
- apt install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli libproguard-java
- apt install -y -t testing nodejs
- apt-get update
- apt-get install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli libproguard-java
- apt-get install -y -t testing nodejs
output: obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
srclibs:
- MozLocales@9e2ceb189feea59b7cbae3cd51ebba99bbcc7f53

View file

@ -212,8 +212,8 @@ Builds:
sudo:
- apt-get update || apt-get update
- apt-get install -y libgmp-dev libmpfr-dev libmpc-dev
- apt remove -y gcc g++
- apt -t stretch-backports install -y clang-6.0 llvm-6.0
- apt-get remove -y gcc g++
- apt-get -t stretch-backports install -y clang-6.0 llvm-6.0
- update-alternatives --install /usr/bin/clang clang /usr/bin/clang-6.0 100
- update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-6.0
100
@ -310,8 +310,8 @@ Builds:
sudo:
- apt-get update || apt-get update
- apt-get install -y libgmp-dev libmpfr-dev libmpc-dev
- apt remove -y gcc g++
- apt -t stretch-backports install -y clang-6.0 llvm-6.0
- apt-get remove -y gcc g++
- apt-get -t stretch-backports install -y clang-6.0 llvm-6.0
- update-alternatives --install /usr/bin/clang clang /usr/bin/clang-6.0 100
- update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-6.0
100
@ -408,8 +408,8 @@ Builds:
sudo:
- apt-get update || apt-get update
- apt-get install -y libgmp-dev libmpfr-dev libmpc-dev
- apt remove -y gcc g++
- apt -t stretch-backports install -y clang-6.0 llvm-6.0
- apt-get remove -y gcc g++
- apt-get -t stretch-backports install -y clang-6.0 llvm-6.0
- update-alternatives --install /usr/bin/clang clang /usr/bin/clang-6.0 100
- update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-6.0
100
@ -511,7 +511,7 @@ Builds:
/etc/apt/sources.list
- curl -JL http://llvm.org/apt/llvm-snapshot.gpg.key | apt-key add -
- apt-get update || apt-get update
- apt install -y clang-10 llvm-10 lld-10
- apt-get install -y clang-10 llvm-10 lld-10
- update-alternatives --install /usr/bin/clang clang /usr/bin/clang-10 100
- update-alternatives --install /usr/bin/lld lld /usr/bin/lld-10 100
- update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-10
@ -748,7 +748,7 @@ Builds:
/etc/apt/sources.list
- curl -JL http://llvm.org/apt/llvm-snapshot.gpg.key | apt-key add -
- apt-get update || apt-get update
- apt install -y clang-10 llvm-10 lld-10
- apt-get install -y clang-10 llvm-10 lld-10
- update-alternatives --install /usr/bin/clang clang /usr/bin/clang-10 100
- update-alternatives --install /usr/bin/lld lld /usr/bin/lld-10 100
- update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-10

View file

@ -228,8 +228,8 @@ Builds:
commit: '1.72'
subdir: DroidFish
sudo:
- apt update || apt update
- apt install -y proguard-cli
- apt-get update || apt-get update
- apt-get install -y proguard-cli
prebuild:
- echo 'source.dir=src;../CuckooChessEngine/src' > ant.properties
- echo 'proguard.jar=/usr/share/java/proguard.jar' >> local.properties
@ -247,8 +247,8 @@ Builds:
commit: '1.73'
subdir: DroidFish
sudo:
- apt update || apt update
- apt install -y proguard-cli
- apt-get update || apt-get update
- apt-get install -y proguard-cli
prebuild:
- echo 'source.dir=src;../CuckooChessEngine/src' > ant.properties
- echo 'proguard.jar=/usr/share/java/proguard.jar' >> local.properties

View file

@ -16,7 +16,9 @@ Builds:
- versionName: 1.0.4
versionCode: 6
commit: a53801e19f35c5656307da909e5f6a7b3719654a
sudo: apt-get install -y -t jessie-backports clang
sudo:
- apt-get update || apt-get update
- apt-get install -y -t jessie-backports clang
output: cows_revenge.apk
srclibs:
- Godot@7cb027d0718bda02dac3b7d570bc359ca32921e5
@ -42,7 +44,9 @@ Builds:
- versionName: 1.0.5
versionCode: 9
commit: 2231e3a0e551f36f69a5e785d6734d97f46910a0
sudo: apt-get install -y -t jessie-backports clang
sudo:
- apt-get update || apt-get update
- apt-get install -y -t jessie-backports clang
output: cows_revenge.apk
srclibs:
- Godot@702022c94759bbbbe6a080c18c06ff0e285b18ae

View file

@ -20,7 +20,9 @@ Builds:
- versionName: 1.0.5
versionCode: 10
commit: v0.14
sudo: apt-get install -y clang
sudo:
- apt-get update || apt-get update
- apt-get install -y clang
output: tower_jumper.apk
srclibs:
- Godot@f2a42e1ae535013d712a224680c10ee9019f0172
@ -45,7 +47,9 @@ Builds:
- versionName: 1.0.6
versionCode: 11
commit: v0.18
sudo: apt-get install -y clang
sudo:
- apt-get update || apt-get update
- apt-get install -y clang
output: tower_jumper.apk
srclibs:
- Godot@f2a42e1ae535013d712a224680c10ee9019f0172
@ -70,7 +74,9 @@ Builds:
- versionName: 1.0.7
versionCode: 12
commit: v0.19
sudo: apt-get install -y clang
sudo:
- apt-get update || apt-get update
- apt-get install -y clang
output: tower_jumper.apk
srclibs:
- Godot@f2a42e1ae535013d712a224680c10ee9019f0172
@ -95,7 +101,9 @@ Builds:
- versionName: 1.0.8
versionCode: 13
commit: v1.0.8
sudo: apt-get install -y clang
sudo:
- apt-get update || apt-get update
- apt-get install -y clang
output: tower_jumper.apk
srclibs:
- Godot@f2a42e1ae535013d712a224680c10ee9019f0172

View file

@ -222,7 +222,9 @@ Builds:
commit: 0.5.3
subdir: main
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
prebuild:
- make prebuild
- rm -rf ../module-shell/libraryProjects/root-commands/ExampleApp
@ -233,7 +235,9 @@ Builds:
commit: 0.5.4
subdir: main
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
prebuild:
- make prebuild
- rm -rf ../module-shell/libraryProjects/root-commands/ExampleApp
@ -243,7 +247,9 @@ Builds:
commit: 0.5.5
subdir: main
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
prebuild:
- make prebuild
- rm -rf ../module-shell/libraryProjects/root-commands/ExampleApp
@ -253,7 +259,9 @@ Builds:
commit: 2a64a6128f219fb07124a52c3ac6160691978873
subdir: main
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
gradle:
- yes
rm:
@ -265,7 +273,9 @@ Builds:
commit: 0.5.8
subdir: main
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
gradle:
- yes
rm:
@ -277,7 +287,9 @@ Builds:
commit: 0.5.9
subdir: main
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
gradle:
- yes
rm:
@ -289,7 +301,9 @@ Builds:
commit: 0.5.10
subdir: main
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
gradle:
- yes
rm:

View file

@ -185,7 +185,9 @@ Builds:
commit: 0.5.3
subdir: module-alarmset
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-alarmset/Makefile
@ -199,7 +201,9 @@ Builds:
commit: 0.5.4
subdir: module-alarmset
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-alarmset/Makefile
@ -212,7 +216,9 @@ Builds:
commit: 0.5.5
subdir: module-alarmset
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-alarmset/Makefile
@ -225,7 +231,9 @@ Builds:
commit: 2a64a6128f219fb07124a52c3ac6160691978873
subdir: module-alarmset
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-alarmset/Makefile
gradle:
- yes
@ -238,7 +246,9 @@ Builds:
commit: 0.5.8
subdir: module-alarmset
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-alarmset/Makefile
gradle:
- yes
@ -251,7 +261,9 @@ Builds:
commit: 0.5.9
subdir: module-alarmset
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-alarmset/Makefile
gradle:
- yes
@ -264,7 +276,9 @@ Builds:
commit: 0.5.10
subdir: module-alarmset
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-alarmset/Makefile
gradle:
- yes

View file

@ -304,7 +304,9 @@ Builds:
commit: 0.5.3
subdir: module-bluetooth
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-bluetooth/Makefile
@ -318,7 +320,9 @@ Builds:
commit: 0.5.4
subdir: module-bluetooth
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-bluetooth/Makefile
@ -331,7 +335,9 @@ Builds:
commit: 0.5.5
subdir: module-bluetooth
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-bluetooth/Makefile
@ -344,7 +350,9 @@ Builds:
commit: 2a64a6128f219fb07124a52c3ac6160691978873
subdir: module-bluetooth
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-bluetooth/Makefile
gradle:
- yes
@ -357,7 +365,9 @@ Builds:
commit: 0.5.8
subdir: module-bluetooth
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-bluetooth/Makefile
gradle:
- yes
@ -370,7 +380,9 @@ Builds:
commit: 0.5.9
subdir: module-bluetooth
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-bluetooth/Makefile
gradle:
- yes
@ -383,7 +395,9 @@ Builds:
commit: 0.5.10
subdir: module-bluetooth
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-bluetooth/Makefile
gradle:
- yes

View file

@ -304,7 +304,9 @@ Builds:
commit: 0.5.3
subdir: module-bluetoothadmin
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-bluetoothadmin/Makefile
@ -318,7 +320,9 @@ Builds:
commit: 0.5.4
subdir: module-bluetoothadmin
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-bluetoothadmin/Makefile
@ -331,7 +335,9 @@ Builds:
commit: 0.5.5
subdir: module-bluetoothadmin
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-bluetoothadmin/Makefile
@ -344,7 +350,9 @@ Builds:
commit: 2a64a6128f219fb07124a52c3ac6160691978873
subdir: module-bluetoothadmin
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-bluetoothadmin/Makefile
gradle:
- yes
@ -357,7 +365,9 @@ Builds:
commit: 0.5.8
subdir: module-bluetoothadmin
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-bluetoothadmin/Makefile
gradle:
- yes
@ -370,7 +380,9 @@ Builds:
commit: 0.5.9
subdir: module-bluetoothadmin
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-bluetoothadmin/Makefile
gradle:
- yes
@ -383,7 +395,9 @@ Builds:
commit: 0.5.10
subdir: module-bluetoothadmin
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-bluetoothadmin/Makefile
gradle:
- yes

View file

@ -304,7 +304,9 @@ Builds:
commit: 0.5.3
subdir: module-clipboard
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-clipboard/Makefile
@ -318,7 +320,9 @@ Builds:
commit: 0.5.4
subdir: module-clipboard
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-clipboard/Makefile
@ -331,7 +335,9 @@ Builds:
commit: 0.5.5
subdir: module-clipboard
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-clipboard/Makefile
@ -344,7 +350,9 @@ Builds:
commit: 2a64a6128f219fb07124a52c3ac6160691978873
subdir: module-clipboard
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-clipboard/Makefile
gradle:
- yes
@ -357,7 +365,9 @@ Builds:
commit: 0.5.8
subdir: module-clipboard
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-clipboard/Makefile
gradle:
- yes
@ -370,7 +380,9 @@ Builds:
commit: 0.5.9
subdir: module-clipboard
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-clipboard/Makefile
gradle:
- yes
@ -383,7 +395,9 @@ Builds:
commit: 0.5.10
subdir: module-clipboard
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-clipboard/Makefile
gradle:
- yes

View file

@ -313,7 +313,9 @@ Builds:
commit: 0.5.3
subdir: module-contactsread
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-contactsread/Makefile
@ -327,7 +329,9 @@ Builds:
commit: 0.5.4
subdir: module-contactsread
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-contactsread/Makefile
@ -341,7 +345,9 @@ Builds:
commit: 0.5.5
subdir: module-contactsread
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-contactsread/Makefile
@ -354,7 +360,9 @@ Builds:
commit: 2a64a6128f219fb07124a52c3ac6160691978873
subdir: module-contactsread
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-contactsread/Makefile
gradle:
- yes
@ -367,7 +375,9 @@ Builds:
commit: 0.5.8
subdir: module-contactsread
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-contactsread/Makefile
gradle:
- yes
@ -380,7 +390,9 @@ Builds:
commit: 0.5.9
subdir: module-contactsread
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-contactsread/Makefile
gradle:
- yes
@ -393,7 +405,9 @@ Builds:
commit: 0.5.10
subdir: module-contactsread
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-contactsread/Makefile
gradle:
- yes

View file

@ -304,7 +304,9 @@ Builds:
commit: 0.5.3
subdir: module-fileread
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-fileread/Makefile
@ -318,7 +320,9 @@ Builds:
commit: 0.5.4
subdir: module-fileread
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-fileread/Makefile
@ -331,7 +335,9 @@ Builds:
commit: 0.5.5
subdir: module-fileread
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-fileread/Makefile
@ -344,7 +350,9 @@ Builds:
commit: 2a64a6128f219fb07124a52c3ac6160691978873
subdir: module-fileread
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-fileread/Makefile
gradle:
- yes
@ -357,7 +365,9 @@ Builds:
commit: 0.5.8
subdir: module-fileread
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-fileread/Makefile
gradle:
- yes
@ -370,7 +380,9 @@ Builds:
commit: 0.5.9
subdir: module-fileread
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-fileread/Makefile
gradle:
- yes
@ -383,7 +395,9 @@ Builds:
commit: 0.5.10
subdir: module-fileread
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-fileread/Makefile
gradle:
- yes

View file

@ -316,7 +316,9 @@ Builds:
commit: 0.5.3
subdir: module-filewrite
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-filewrite/Makefile
@ -330,7 +332,9 @@ Builds:
commit: 0.5.4
subdir: module-filewrite
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-filewrite/Makefile
@ -343,7 +347,9 @@ Builds:
commit: 0.5.5
subdir: module-filewrite
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-filewrite/Makefile
@ -356,7 +362,9 @@ Builds:
commit: 2a64a6128f219fb07124a52c3ac6160691978873
subdir: module-filewrite
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-filewrite/Makefile
gradle:
- yes
@ -369,7 +377,9 @@ Builds:
commit: 0.5.8
subdir: module-filewrite
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-filewrite/Makefile
gradle:
- yes
@ -382,7 +392,9 @@ Builds:
commit: 0.5.9
subdir: module-filewrite
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-filewrite/Makefile
gradle:
- yes
@ -395,7 +407,9 @@ Builds:
commit: 0.5.10
subdir: module-filewrite
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-filewrite/Makefile
gradle:
- yes

View file

@ -186,7 +186,9 @@ Builds:
commit: 0.5.3
subdir: module-locationfine
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-locationfine/Makefile
@ -200,7 +202,9 @@ Builds:
commit: 0.5.4
subdir: module-locationfine
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-locationfine/Makefile
@ -213,7 +217,9 @@ Builds:
commit: 0.5.5
subdir: module-locationfine
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-locationfine/Makefile
@ -226,7 +232,9 @@ Builds:
commit: 2a64a6128f219fb07124a52c3ac6160691978873
subdir: module-locationfine
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-locationfine/Makefile
gradle:
- yes
@ -239,7 +247,9 @@ Builds:
commit: 0.5.8
subdir: module-locationfine
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-locationfine/Makefile
gradle:
- yes
@ -252,7 +262,9 @@ Builds:
commit: 0.5.9
subdir: module-locationfine
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-locationfine/Makefile
gradle:
- yes
@ -265,7 +277,9 @@ Builds:
commit: 0.5.10
subdir: module-locationfine
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-locationfine/Makefile
gradle:
- yes

View file

@ -186,7 +186,9 @@ Builds:
commit: 0.5.3
subdir: module-misc
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-misc/Makefile
@ -200,7 +202,9 @@ Builds:
commit: 0.5.4
subdir: module-misc
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-misc/Makefile
@ -213,7 +217,9 @@ Builds:
commit: 0.5.5
subdir: module-misc
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-misc/Makefile
@ -226,7 +232,9 @@ Builds:
commit: 2a64a6128f219fb07124a52c3ac6160691978873
subdir: module-misc
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-misc/Makefile
gradle:
- yes
@ -239,7 +247,9 @@ Builds:
commit: 0.5.8
subdir: module-misc
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-misc/Makefile
gradle:
- yes
@ -252,7 +262,9 @@ Builds:
commit: 0.5.9
subdir: module-misc
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-misc/Makefile
gradle:
- yes
@ -265,7 +277,9 @@ Builds:
commit: 0.5.10
subdir: module-misc
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-misc/Makefile
gradle:
- yes

View file

@ -140,7 +140,9 @@ Builds:
commit: 0.5.3
subdir: module-nfc
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-nfc/Makefile
@ -154,7 +156,9 @@ Builds:
commit: 0.5.4
subdir: module-nfc
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-nfc/Makefile
@ -167,7 +171,9 @@ Builds:
commit: 0.5.5
subdir: module-nfc
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-nfc/Makefile
@ -180,7 +186,9 @@ Builds:
commit: 2a64a6128f219fb07124a52c3ac6160691978873
subdir: module-nfc
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-nfc/Makefile
gradle:
- yes
@ -193,7 +201,9 @@ Builds:
commit: 0.5.8
subdir: module-nfc
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-nfc/Makefile
gradle:
- yes
@ -206,7 +216,9 @@ Builds:
commit: 0.5.9
subdir: module-nfc
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-nfc/Makefile
gradle:
- yes
@ -219,7 +231,9 @@ Builds:
commit: 0.5.10
subdir: module-nfc
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-nfc/Makefile
gradle:
- yes

View file

@ -175,7 +175,9 @@ Builds:
commit: 0.5.3
subdir: module-notification
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-notification/Makefile
@ -189,7 +191,9 @@ Builds:
commit: 0.5.4
subdir: module-notification
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-notification/Makefile
@ -202,7 +206,9 @@ Builds:
commit: 0.5.5
subdir: module-notification
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-notification/Makefile
@ -215,7 +221,9 @@ Builds:
commit: 2a64a6128f219fb07124a52c3ac6160691978873
subdir: module-notification
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-notification/Makefile
gradle:
- yes
@ -228,7 +236,9 @@ Builds:
commit: 0.5.8
subdir: module-notification
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-notification/Makefile
gradle:
- yes
@ -241,7 +251,9 @@ Builds:
commit: 0.5.9
subdir: module-notification
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-notification/Makefile
gradle:
- yes
@ -254,7 +266,9 @@ Builds:
commit: 0.5.10
subdir: module-notification
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-notification/Makefile
gradle:
- yes

View file

@ -303,7 +303,9 @@ Builds:
commit: 0.5.3
subdir: module-phonestateread
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-phonestateread/Makefile
@ -317,7 +319,9 @@ Builds:
commit: 0.5.4
subdir: module-phonestateread
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-phonestateread/Makefile
@ -330,7 +334,9 @@ Builds:
commit: 0.5.5
subdir: module-phonestateread
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-phonestateread/Makefile
@ -343,7 +349,9 @@ Builds:
commit: 2a64a6128f219fb07124a52c3ac6160691978873
subdir: module-phonestateread
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-phonestateread/Makefile
gradle:
- yes
@ -356,7 +364,9 @@ Builds:
commit: 0.5.8
subdir: module-phonestateread
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-phonestateread/Makefile
gradle:
- yes
@ -369,7 +379,9 @@ Builds:
commit: 0.5.9
subdir: module-phonestateread
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-phonestateread/Makefile
gradle:
- yes
@ -382,7 +394,9 @@ Builds:
commit: 0.5.10
subdir: module-phonestateread
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-phonestateread/Makefile
gradle:
- yes

View file

@ -304,7 +304,9 @@ Builds:
commit: 0.5.3
subdir: module-ringermode
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-ringermode/Makefile
@ -318,7 +320,9 @@ Builds:
commit: 0.5.4
subdir: module-ringermode
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-ringermode/Makefile
@ -331,7 +335,9 @@ Builds:
commit: 0.5.5
subdir: module-ringermode
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-ringermode/Makefile
@ -344,7 +350,9 @@ Builds:
commit: 2a64a6128f219fb07124a52c3ac6160691978873
subdir: module-ringermode
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-ringermode/Makefile
gradle:
- yes
@ -357,7 +365,9 @@ Builds:
commit: 0.5.8
subdir: module-ringermode
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-ringermode/Makefile
gradle:
- yes
@ -370,7 +380,9 @@ Builds:
commit: 0.5.9
subdir: module-ringermode
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-ringermode/Makefile
gradle:
- yes
@ -383,7 +395,9 @@ Builds:
commit: 0.5.10
subdir: module-ringermode
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-ringermode/Makefile
gradle:
- yes

View file

@ -203,7 +203,9 @@ Builds:
commit: 0.5.3
subdir: module-shell
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-shell/Makefile
@ -217,7 +219,9 @@ Builds:
commit: 0.5.4
subdir: module-shell
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-shell/Makefile
@ -230,7 +234,9 @@ Builds:
commit: 0.5.5
subdir: module-shell
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-shell/Makefile
@ -243,7 +249,9 @@ Builds:
commit: 2a64a6128f219fb07124a52c3ac6160691978873
subdir: module-shell
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-shell/Makefile
gradle:
- yes
@ -256,7 +264,9 @@ Builds:
commit: 0.5.8
subdir: module-shell
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-shell/Makefile
gradle:
- yes
@ -269,7 +279,9 @@ Builds:
commit: 0.5.9
subdir: module-shell
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-shell/Makefile
gradle:
- yes
@ -282,7 +294,9 @@ Builds:
commit: 0.5.10
subdir: module-shell
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-shell/Makefile
gradle:
- yes

View file

@ -304,7 +304,9 @@ Builds:
commit: 0.5.3
subdir: module-smsnotify
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-smsnotify/Makefile
@ -318,7 +320,9 @@ Builds:
commit: 0.5.4
subdir: module-smsnotify
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-smsnotify/Makefile
@ -331,7 +335,9 @@ Builds:
commit: 0.5.5
subdir: module-smsnotify
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-smsnotify/Makefile
@ -344,7 +350,9 @@ Builds:
commit: 2a64a6128f219fb07124a52c3ac6160691978873
subdir: module-smsnotify
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-smsnotify/Makefile
gradle:
- yes
@ -357,7 +365,9 @@ Builds:
commit: 0.5.8
subdir: module-smsnotify
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-smsnotify/Makefile
gradle:
- yes
@ -370,7 +380,9 @@ Builds:
commit: 0.5.9
subdir: module-smsnotify
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-smsnotify/Makefile
gradle:
- yes
@ -383,7 +395,9 @@ Builds:
commit: 0.5.10
subdir: module-smsnotify
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-smsnotify/Makefile
gradle:
- yes

View file

@ -304,7 +304,9 @@ Builds:
commit: 0.5.3
subdir: module-smsread
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-smsread/Makefile
@ -318,7 +320,9 @@ Builds:
commit: 0.5.4
subdir: module-smsread
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-smsread/Makefile
@ -331,7 +335,9 @@ Builds:
commit: 0.5.5
subdir: module-smsread
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-smsread/Makefile
@ -344,7 +350,9 @@ Builds:
commit: 2a64a6128f219fb07124a52c3ac6160691978873
subdir: module-smsread
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-smsread/Makefile
gradle:
- yes
@ -357,7 +365,9 @@ Builds:
commit: 0.5.8
subdir: module-smsread
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-smsread/Makefile
gradle:
- yes
@ -370,7 +380,9 @@ Builds:
commit: 0.5.9
subdir: module-smsread
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-smsread/Makefile
gradle:
- yes
@ -383,7 +395,9 @@ Builds:
commit: 0.5.10
subdir: module-smsread
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-smsread/Makefile
gradle:
- yes

View file

@ -316,7 +316,9 @@ Builds:
commit: 0.5.3
subdir: module-smssend
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-smssend/Makefile
@ -330,7 +332,9 @@ Builds:
commit: 0.5.4
subdir: module-smssend
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-smssend/Makefile
@ -343,7 +347,9 @@ Builds:
commit: 0.5.5
subdir: module-smssend
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-smssend/Makefile
@ -356,7 +362,9 @@ Builds:
commit: 2a64a6128f219fb07124a52c3ac6160691978873
subdir: module-smssend
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-smssend/Makefile
gradle:
- yes
@ -369,7 +377,9 @@ Builds:
commit: 0.5.8
subdir: module-smssend
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-smssend/Makefile
gradle:
- yes
@ -382,7 +392,9 @@ Builds:
commit: 0.5.9
subdir: module-smssend
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-smssend/Makefile
gradle:
- yes
@ -395,7 +407,9 @@ Builds:
commit: 0.5.10
subdir: module-smssend
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-smssend/Makefile
gradle:
- yes

View file

@ -318,7 +318,9 @@ Builds:
commit: 0.5.3
subdir: module-smswrite
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-smswrite/Makefile
@ -332,7 +334,9 @@ Builds:
commit: 0.5.4
subdir: module-smswrite
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-smswrite/Makefile
@ -345,7 +349,9 @@ Builds:
commit: 0.5.5
subdir: module-smswrite
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-smswrite/Makefile
@ -358,7 +364,9 @@ Builds:
commit: 2a64a6128f219fb07124a52c3ac6160691978873
subdir: module-smswrite
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-smswrite/Makefile
gradle:
- yes
@ -371,7 +379,9 @@ Builds:
commit: 0.5.8
subdir: module-smswrite
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-smswrite/Makefile
gradle:
- yes
@ -384,7 +394,9 @@ Builds:
commit: 0.5.9
subdir: module-smswrite
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-smswrite/Makefile
gradle:
- yes
@ -397,7 +409,9 @@ Builds:
commit: 0.5.10
subdir: module-smswrite
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-smswrite/Makefile
gradle:
- yes

View file

@ -198,7 +198,9 @@ Builds:
commit: 0.5.3
subdir: module-wifiaccess
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-wifiaccess/Makefile
@ -212,7 +214,9 @@ Builds:
commit: 0.5.4
subdir: module-wifiaccess
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-wifiaccess/Makefile
@ -225,7 +229,9 @@ Builds:
commit: 0.5.5
subdir: module-wifiaccess
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-wifiaccess/Makefile
@ -238,7 +244,9 @@ Builds:
commit: 2a64a6128f219fb07124a52c3ac6160691978873
subdir: module-wifiaccess
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-wifiaccess/Makefile
gradle:
- yes
@ -251,7 +259,9 @@ Builds:
commit: 0.5.8
subdir: module-wifiaccess
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-wifiaccess/Makefile
gradle:
- yes
@ -264,7 +274,9 @@ Builds:
commit: 0.5.9
subdir: module-wifiaccess
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-wifiaccess/Makefile
gradle:
- yes
@ -277,7 +289,9 @@ Builds:
commit: 0.5.10
subdir: module-wifiaccess
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-wifiaccess/Makefile
gradle:
- yes

View file

@ -186,7 +186,9 @@ Builds:
commit: 0.5.3
subdir: module-wifichange
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-wifichange/Makefile
@ -200,7 +202,9 @@ Builds:
commit: 0.5.4
subdir: module-wifichange
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-wifichange/Makefile
@ -213,7 +217,9 @@ Builds:
commit: 0.5.5
subdir: module-wifichange
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
init:
- cd ..
- make module-wifichange/Makefile
@ -226,7 +232,9 @@ Builds:
commit: 2a64a6128f219fb07124a52c3ac6160691978873
subdir: module-wifichange
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-wifichange/Makefile
gradle:
- yes
@ -239,7 +247,9 @@ Builds:
commit: 0.5.8
subdir: module-wifichange
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-wifichange/Makefile
gradle:
- yes
@ -252,7 +262,9 @@ Builds:
commit: 0.5.9
subdir: module-wifichange
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-wifichange/Makefile
gradle:
- yes
@ -265,7 +277,9 @@ Builds:
commit: 0.5.10
subdir: module-wifichange
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
init: make -C .. module-wifichange/Makefile
gradle:
- yes

View file

@ -254,7 +254,9 @@ Builds:
commit: 0.5.3
subdir: transport-xmpp
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
prebuild:
- make prebuild
- rm -rf ../module-shell/libraryProjects/root-commands/ExampleApp
@ -265,7 +267,9 @@ Builds:
commit: 0.5.4
subdir: transport-xmpp
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
prebuild:
- make prebuild
- rm -rf ../module-shell/libraryProjects/root-commands/ExampleApp
@ -275,7 +279,9 @@ Builds:
commit: 0.5.5
subdir: transport-xmpp
submodules: true
sudo: apt-get install -y python-gnupg libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y python-gnupg libxml2-utils
prebuild:
- make prebuild
- rm -rf ../module-shell/libraryProjects/root-commands/ExampleApp
@ -285,7 +291,9 @@ Builds:
commit: 2a64a6128f219fb07124a52c3ac6160691978873
subdir: transport-xmpp
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
gradle:
- yes
rm:
@ -296,7 +304,9 @@ Builds:
commit: 0.5.8
subdir: transport-xmpp
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
gradle:
- yes
rm:
@ -308,7 +318,9 @@ Builds:
commit: 0.5.9
subdir: transport-xmpp
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
gradle:
- yes
rm:
@ -319,7 +331,9 @@ Builds:
commit: 0.5.10
subdir: transport-xmpp
submodules: true
sudo: apt-get install -y imagemagick libxml2-utils
sudo:
- apt-get update || apt-get update
- apt-get install -y imagemagick libxml2-utils
gradle:
- yes
rm:

View file

@ -21,7 +21,9 @@ Builds:
- versionName: 0.6.4
versionCode: 1
commit: v0.6.4
sudo: apt-get install -y libx11-xcb1 tcl
sudo:
- apt-get update || apt-get update
- apt-get install -y libx11-xcb1 tcl
output: build/bin/QtApp-release-unsigned.apk
rm:
- retroshare-gui

View file

@ -106,7 +106,7 @@ Builds:
subdir: android
sudo:
- apt-get update || apt-get update
- apt-get install imagemagick pngquant vorbis-tools
- apt-get install -y imagemagick pngquant vorbis-tools
output: build/outputs/apk/android-release-unsigned.apk
srclibs:
- supertuxkartdeps@f0a772c941b77e0cdae02baac332089b3af3f4dc
@ -133,7 +133,7 @@ Builds:
subdir: android
sudo:
- apt-get update || apt-get update
- apt-get install imagemagick pngquant vorbis-tools
- apt-get install -y imagemagick pngquant vorbis-tools
output: build/outputs/apk/release/android-release-unsigned.apk
srclibs:
- supertuxkartdeps@03aae5b44d959746a147b071fa2574920d81c25d

View file

@ -2304,8 +2304,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update
- apt-get install -y g++ ragel libltdl-dev
gradle:
- VanillaARMv7
srclibs:
@ -2332,8 +2332,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update
- apt-get install -y g++ ragel libltdl-dev
gradle:
- VanillaX86
srclibs:
@ -2360,8 +2360,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update
- apt-get install -y g++ ragel libltdl-dev
gradle:
- VanillaARMv8
srclibs:
@ -2388,8 +2388,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update
- apt-get install -y g++ ragel libltdl-dev
gradle:
- VanillaARMv7
srclibs:
@ -2416,8 +2416,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update
- apt-get install -y g++ ragel libltdl-dev
gradle:
- VanillaX86
srclibs:
@ -2444,8 +2444,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update
- apt-get install -y g++ ragel libltdl-dev
gradle:
- VanillaARMv8
srclibs:
@ -2472,8 +2472,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update
- apt-get install -y g++ ragel libltdl-dev
gradle:
- VanillaARMv7
srclibs:
@ -2500,8 +2500,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update
- apt-get install -y g++ ragel libltdl-dev
gradle:
- VanillaX86
srclibs:
@ -2528,8 +2528,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update
- apt-get install -y g++ ragel libltdl-dev
gradle:
- VanillaARMv8
srclibs:
@ -2556,8 +2556,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update || apt-get update
- apt-get install -y g++ ragel libltdl-dev
gradle:
- yes
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-armeabi-v7a.apk
@ -2589,8 +2589,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update || apt-get update
- apt-get install -y g++ ragel libltdl-dev
gradle:
- yes
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-x86.apk
@ -2622,8 +2622,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update || apt-get update
- apt-get install -y g++ ragel libltdl-dev
gradle:
- yes
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-arm64-v8a.apk
@ -2655,8 +2655,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update || apt-get update
- apt-get install -y g++ ragel libltdl-dev
gradle:
- yes
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-armeabi-v7a.apk
@ -2688,8 +2688,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update || apt-get update
- apt-get install -y g++ ragel libltdl-dev
gradle:
- yes
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-x86.apk
@ -2721,8 +2721,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update || apt-get update
- apt-get install -y g++ ragel libltdl-dev
gradle:
- yes
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-arm64-v8a.apk
@ -2754,8 +2754,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update || apt-get update
- apt-get install -y g++ ragel libltdl-dev
gradle:
- yes
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-armeabi-v7a.apk
@ -2787,8 +2787,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update || apt-get update
- apt-get install -y g++ ragel libltdl-dev
gradle:
- yes
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-x86.apk
@ -2820,8 +2820,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update || apt-get update
- apt-get install -y g++ ragel libltdl-dev
gradle:
- yes
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-arm64-v8a.apk
@ -2853,8 +2853,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update || apt-get update
- apt-get install -y g++ ragel libltdl-dev
gradle:
- yes
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-armeabi-v7a.apk
@ -2886,8 +2886,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update || apt-get update
- apt-get install -y g++ ragel libltdl-dev
gradle:
- yes
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-x86.apk
@ -2919,8 +2919,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update || apt-get update
- apt-get install -y g++ ragel libltdl-dev
gradle:
- yes
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-arm64-v8a.apk
@ -2952,8 +2952,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update || apt-get update
- apt-get install -y g++ ragel libltdl-dev
gradle:
- yes
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-armeabi-v7a.apk
@ -2985,8 +2985,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update || apt-get update
- apt-get install -y g++ ragel libltdl-dev
gradle:
- yes
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-x86.apk
@ -3018,8 +3018,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update || apt-get update
- apt-get install -y g++ ragel libltdl-dev
gradle:
- yes
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-arm64-v8a.apk
@ -3051,8 +3051,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update || apt-get update
- apt-get install -y g++ ragel libltdl-dev
gradle:
- yes
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-armeabi-v7a.apk
@ -3084,8 +3084,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update || apt-get update
- apt-get install -y g++ ragel libltdl-dev
gradle:
- yes
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-x86.apk
@ -3117,8 +3117,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update || apt-get update
- apt-get install -y g++ ragel libltdl-dev
gradle:
- yes
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-arm64-v8a.apk
@ -3150,8 +3150,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update || apt-get update
- apt-get install -y g++ ragel libltdl-dev
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-armeabi-v7a.apk
srclibs:
- VLC-3.0@b86899a
@ -3187,8 +3187,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update || apt-get update
- apt-get install -y g++ ragel libltdl-dev
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-x86.apk
srclibs:
- VLC-3.0@b86899a
@ -3224,8 +3224,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update || apt-get update
- apt-get install -y g++ ragel libltdl-dev
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-arm64-v8a.apk
srclibs:
- VLC-3.0@b86899a
@ -3261,8 +3261,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update || apt-get update
- apt-get install -y g++ ragel libltdl-dev
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-x86_64.apk
srclibs:
- VLC-3.0@b86899a
@ -3298,8 +3298,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update || apt-get update
- apt-get install -y g++ ragel libltdl-dev
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-armeabi-v7a.apk
srclibs:
- VLC-3.0@ae25ccd
@ -3335,8 +3335,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update || apt-get update
- apt-get install -y g++ ragel libltdl-dev
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-x86.apk
srclibs:
- VLC-3.0@ae25ccd
@ -3372,8 +3372,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update || apt-get update
- apt-get install -y g++ ragel libltdl-dev
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-arm64-v8a.apk
srclibs:
- VLC-3.0@ae25ccd
@ -3409,8 +3409,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update || apt-get update
- apt-get install -y g++ ragel libltdl-dev
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-x86_64.apk
srclibs:
- VLC-3.0@ae25ccd
@ -3446,8 +3446,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update || apt-get update
- apt-get install -y g++ ragel libltdl-dev
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-armeabi-v7a.apk
srclibs:
- VLC-3.0@5a9a71d
@ -3483,8 +3483,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update || apt-get update
- apt-get install -y g++ ragel libltdl-dev
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-x86.apk
srclibs:
- VLC-3.0@5a9a71d
@ -3520,8 +3520,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update || apt-get update
- apt-get install -y g++ ragel libltdl-dev
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-arm64-v8a.apk
srclibs:
- VLC-3.0@5a9a71d
@ -3557,8 +3557,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update || apt-get update
- apt-get install -y g++ ragel libltdl-dev
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-x86_64.apk
srclibs:
- VLC-3.0@5a9a71d
@ -3594,8 +3594,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update || apt-get update
- apt-get install -y g++ ragel libltdl-dev
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-armeabi-v7a.apk
srclibs:
- VLC-3.0@5a9a71d
@ -3631,8 +3631,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update || apt-get update
- apt-get install -y g++ ragel libltdl-dev
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-x86.apk
srclibs:
- VLC-3.0@5a9a71d
@ -3668,8 +3668,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update || apt-get update
- apt-get install -y g++ ragel libltdl-dev
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-arm64-v8a.apk
srclibs:
- VLC-3.0@5a9a71d
@ -3705,8 +3705,8 @@ Builds:
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
- apt-get update || apt-get update
- apt-get install -y g++ ragel libltdl-dev
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-x86_64.apk
srclibs:
- VLC-3.0@5a9a71d

View file

@ -17,8 +17,8 @@ Builds:
subdir: cyberwow
sudo:
- apt-get update || apt-get update
- apt install -y build-essential
- apt install -y -t stretch-backports cmake
- apt-get install -y build-essential
- apt-get install -y -t stretch-backports cmake
output: build/app/outputs/apk/release/app-release.apk
srclibs:
- flutter@stable
@ -36,9 +36,9 @@ Builds:
sudo:
- echo "deb http://deb.debian.org/debian stretch-backports-sloppy main" > /etc/apt/sources.list.d/stretch-backports-sloppy.list
- apt-get update || apt-get update
- apt install -y build-essential
- apt install -y -t stretch-backports-sloppy libarchive13
- apt install -y -t stretch-backports cmake
- apt-get install -y build-essential
- apt-get install -y -t stretch-backports-sloppy libarchive13
- apt-get install -y -t stretch-backports cmake
output: build/app/outputs/apk/release/app-release.apk
srclibs:
- flutter@stable
@ -56,9 +56,9 @@ Builds:
sudo:
- echo "deb http://deb.debian.org/debian stretch-backports-sloppy main" > /etc/apt/sources.list.d/stretch-backports-sloppy.list
- apt-get update || apt-get update
- apt install -y build-essential
- apt install -y -t stretch-backports-sloppy libarchive13
- apt install -y -t stretch-backports cmake
- apt-get install -y build-essential
- apt-get install -y -t stretch-backports-sloppy libarchive13
- apt-get install -y -t stretch-backports cmake
output: build/app/outputs/apk/release/app-release.apk
srclibs:
- flutter@stable
@ -75,9 +75,9 @@ Builds:
subdir: cyberwow
sudo:
- apt-get update || apt-get update
- apt install -y build-essential
- apt install -y -t stretch-backports-sloppy libarchive13
- apt install -y -t stretch-backports cmake
- apt-get install -y build-essential
- apt-get install -y -t stretch-backports-sloppy libarchive13
- apt-get install -y -t stretch-backports cmake
output: build/app/outputs/apk/release/app-release.apk
srclibs:
- flutter@stable

View file

@ -14,7 +14,9 @@ Builds:
- versionName: 1.0.2
versionCode: 102
commit: 1.0.2
sudo: apt-get install -y python-crypto python-pygments markdown python-markdown
sudo:
- apt-get update || apt-get update
- apt-get install -y python-crypto python-pygments markdown python-markdown
imagemagick pngquant python-cairosvg
output: output.apk
srclibs:
@ -24,7 +26,9 @@ Builds:
- versionName: 1.0.4
versionCode: 104
commit: 1.0.4
sudo: apt-get install -y python-crypto python-pygments markdown python-markdown
sudo:
- apt-get update || apt-get update
- apt-get install -y python-crypto python-pygments markdown python-markdown
imagemagick pngquant python-cairosvg
output: output.apk
srclibs:
@ -34,7 +38,9 @@ Builds:
- versionName: 1.0.5
versionCode: 105
commit: 1.0.5
sudo: apt-get install -y python-crypto python-pygments markdown python-markdown
sudo:
- apt-get update || apt-get update
- apt-get install -y python-crypto python-pygments markdown python-markdown
imagemagick pngquant python-cairosvg
output: output.apk
srclibs:
@ -44,7 +50,9 @@ Builds:
- versionName: 1.0.6
versionCode: 106
commit: 1.0.6
sudo: apt-get install -y python-crypto python-pygments markdown python-markdown
sudo:
- apt-get update || apt-get update
- apt-get install -y python-crypto python-pygments markdown python-markdown
imagemagick pngquant python-cairosvg
output: output.apk
srclibs:
@ -54,7 +62,9 @@ Builds:
- versionName: 1.0.8
versionCode: 108
commit: 1.0.8
sudo: apt-get install -y python-crypto python-pygments markdown python-markdown
sudo:
- apt-get update || apt-get update
- apt-get install -y python-crypto python-pygments markdown python-markdown
imagemagick pngquant python-cairosvg
output: output.apk
srclibs:
@ -64,7 +74,9 @@ Builds:
- versionName: 1.0.9
versionCode: 109
commit: 1.0.9
sudo: apt-get install -y python-crypto python-pygments markdown python-markdown
sudo:
- apt-get update || apt-get update
- apt-get install -y python-crypto python-pygments markdown python-markdown
imagemagick pngquant python-cairosvg
output: output.apk
srclibs:
@ -74,7 +86,9 @@ Builds:
- versionName: 1.1.0
versionCode: 110
commit: 1.1.0
sudo: apt-get install -y python-crypto python-pygments markdown python-markdown
sudo:
- apt-get update || apt-get update
- apt-get install -y python-crypto python-pygments markdown python-markdown
imagemagick pngquant python-cairosvg
output: output.apk
srclibs:
@ -84,7 +98,9 @@ Builds:
- versionName: 1.3.0
versionCode: 130
commit: 1.3.0
sudo: apt-get install -y python-crypto python-pygments markdown python-markdown
sudo:
- apt-get update || apt-get update
- apt-get install -y python-crypto python-pygments markdown python-markdown
imagemagick pngquant python-cairosvg
output: output.apk
srclibs:
@ -99,7 +115,9 @@ Builds:
versionCode: 141
disable: Broken srclib dependency
commit: 1.4.1
sudo: apt-get install -y python-crypto python-pygments markdown python-markdown
sudo:
- apt-get update || apt-get update
- apt-get install -y python-crypto python-pygments markdown python-markdown
imagemagick pngquant python-cairosvg
output: output.apk
srclibs:
@ -113,7 +131,9 @@ Builds:
- versionName: 1.4.2
versionCode: 142
commit: 1.4.2
sudo: apt-get install -y python-crypto python-pygments markdown python-markdown
sudo:
- apt-get update || apt-get update
- apt-get install -y python-crypto python-pygments markdown python-markdown
imagemagick pngquant python-cairosvg
output: output.apk
srclibs: