diff options
author | kazer_ <kazer_@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2015-04-06 21:57:36 +0000 |
---|---|---|
committer | kazer_ <kazer_@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2015-04-06 21:57:36 +0000 |
commit | f939120b186f9409cf9e6e174cb3c5513a07103d (patch) | |
tree | 89c1a03f229a02d0086bf08d0b821846a7cc2f79 | |
parent | 0ea565a4b592d81228d44fde1d66785bfd80fef3 (diff) | |
download | navit-f939120b186f9409cf9e6e174cb3c5513a07103d.tar.gz |
Fix:CI:Ensure the ~/android folder exists
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@6052 ffa7fe5e-494d-0410-b361-a75ebd5db220
-rw-r--r-- | circle.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml index b4a83b55a..ceef198c1 100644 --- a/circle.yml +++ b/circle.yml @@ -14,6 +14,7 @@ dependencies: - "~/assets/" pre: - "[ -d ~/assets ] || mkdir ~/assets" + - "[ -d ~/android ] || mkdir ~/android" - wget -c -O ~/assets/cov-analysis-linux64-7.6.0.tar.gz http://sd-55475.dedibox.fr/cov-analysis-linux64-7.6.0.tar.gz - sudo apt-get install cmake - sudo apt-get install libpng12-dev |