projects
/
pub
/
Android
/
ownCloud.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6345704
)
Adding binary dependencies for aapt
author
David A. Velasco
<dvelasco@solidgear.es>
Mon, 15 Jun 2015 11:04:38 +0000
(13:04 +0200)
committer
David A. Velasco
<dvelasco@solidgear.es>
Mon, 15 Jun 2015 11:04:38 +0000
(13:04 +0200)
.travis.yml
patch
|
blob
|
blame
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
5a5b01e
..
ce6d09a
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-8,8
+8,9
@@
android:
- android-16
before_install:
- rm pom.xml
+ - sudo apt-get install lib32stdc++6 lib32z1
script:
- ./setup_env.sh ant
- ant clean
- ant debug
-
+
\ No newline at end of file