diff options
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml index fc29cb3aa..283ea2faa 100644 --- a/circle.yml +++ b/circle.yml @@ -6,9 +6,11 @@ dependencies: - ~/.android - ~/android - "~/assets/" + - ~/tomtom_assets pre: - "[ -d ~/assets ] || mkdir ~/assets" - "[ -d ~/android ] || mkdir ~/android" + - "[ -d ~/tomtom_assets ] || mkdir ~/tomtom_assets" - 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 update - sudo apt-get install cmake @@ -30,6 +32,8 @@ dependencies: - sudo apt-get install lib32z1 - bash ci/build_android.sh - bash ci/build_android_x86.sh +# Tomtom build + - bash ci/build_tomtom.sh # Windows build - sudo apt-get install mingw32 mingw32-binutils mingw32-runtime - sudo apt-get install default-jdk nsis |