Barcode Scanner: trial build using sudo for custom setup
This is just a trial run. It can always be reverted. I have tested this on my own buildserver setup. fdroidserver!275
This commit is contained in:
parent
5687bff57e
commit
4a323e95b4
|
@ -122,6 +122,15 @@ Build:4.7.5,105
|
|||
build=$$MVN3$$ install -f ../core/pom.xml -Dmaven.test.skip=true && \
|
||||
$$MVN3$$ install -f ../android-core/pom.xml -Dmaven.test.skip=true
|
||||
|
||||
Build:4.7.6,106
|
||||
commit=BS-4.7.6
|
||||
subdir=android
|
||||
maven=yes
|
||||
prebuild=sudo apt-get -y install -t jessie-backports maven
|
||||
scanignore=core/src/test
|
||||
build=$$MVN3$$ install -f ../core/pom.xml -Dmaven.test.skip=true && \
|
||||
$$MVN3$$ install -f ../android-core/pom.xml -Dmaven.test.skip=true
|
||||
|
||||
Maintainer Notes:
|
||||
Enable AUM again once they switch to a sane build system, possibly gradle.
|
||||
.
|
||||
|
|
Loading…
Reference in a new issue