mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 15:15:51 +03:00
use ant to build
This commit is contained in:
parent
df218f99b8
commit
e18815cc31
1 changed files with 5 additions and 1 deletions
|
@ -15,5 +15,9 @@ before_install:
|
||||||
before_script:
|
before_script:
|
||||||
- wait_for_emulator
|
- wait_for_emulator
|
||||||
|
|
||||||
script: mvn install -Pintegration-tests -Dandroid.device=test
|
#script: mvn install -Pintegration-tests -Dandroid.device=test
|
||||||
|
script:
|
||||||
|
- ./setup_env.sh
|
||||||
|
- ant clean
|
||||||
|
- ant debug
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue