summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorjkoan <jkoan@users.noreply.github.com>2020-01-18 18:41:57 +0100
committerGitHub <noreply@github.com>2020-01-18 18:41:57 +0100
commit3882bc6e6af57b89e4783cc8a7e08a0539d0ece8 (patch)
tree77f69a434449c358cea44810f800a004e8227f00 /.circleci
parent55c1900326506f948f85416518e273906b6fe391 (diff)
downloadnavit-3882bc6e6af57b89e4783cc8a7e08a0539d0ece8.tar.gz
change:build_android:Remove dependency of ant. Not needed anymore (#956)
Co-authored-by: Joseph Herlant <aerostitch@users.noreply.github.com>
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 2ae41da7c..d3a279229 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -86,10 +86,10 @@ jobs:
- checkout
- run: if scripts/check_need_build.sh; then circleci step halt; fi
- run:
- name: Install ant cmake gettext libsaxonb-java librsvg2-bin pkg-config rename
+ name: Install cmake gettext libsaxonb-java librsvg2-bin pkg-config rename
command: |
sudo apt-get update
- sudo apt-get install -y ant cmake gettext libsaxonb-java librsvg2-bin pkg-config rename
+ sudo apt-get install -y cmake gettext libsaxonb-java librsvg2-bin pkg-config rename
- run:
name: Build for Android
command: bash scripts/build_android.sh