Przeglądaj źródła

use ant to build

Thomas Müller 11 lat temu
rodzic
commit
e18815cc31
1 zmienionych plików z 5 dodań i 1 usunięć
  1. 5 1
      .travis.yml

+ 5 - 1
.travis.yml

@@ -15,5 +15,9 @@ before_install:
 before_script:
   - 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