mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-05-18 21:47:37 -04:00
ant-prepare.sh: also set up test suite, should not affect normal ant builds
This adds the command to update the embedded Android Test Project, so that it can be run using `cd test/; ant clean emma debug install test` It also changes -p to --path just to make things a little easier to read.
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
#!/bin/bash -ex
|
||||
|
||||
android update lib-project -p extern/Universal-Image-Loader/library
|
||||
android update lib-project -p extern/AndroidPinning
|
||||
android update lib-project -p extern/MemorizingTrustManager
|
||||
android update project -p . --name F-Droid
|
||||
android update lib-project --path extern/Universal-Image-Loader/library
|
||||
android update lib-project --path extern/AndroidPinning
|
||||
android update lib-project --path extern/MemorizingTrustManager
|
||||
android update project --path . --name F-Droid
|
||||
|
||||
# technically optional, needed for the tests
|
||||
cd test
|
||||
android update test-project --path ./ --main ../
|
||||
|
||||
@@ -15,4 +15,4 @@
|
||||
# 'key.alias' for the name of the key to use.
|
||||
# The password will be asked during the build when you use the 'release' target.
|
||||
|
||||
tested.project.dir=/home/pete/code/fdroid/client
|
||||
tested.project.dir=../
|
||||
|
||||
Reference in New Issue
Block a user