summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Grandin <grandinp@gmail.com>2017-10-21 13:20:17 -0700
committerPierre Grandin <grandinp@gmail.com>2017-10-21 13:20:17 -0700
commit76087860800cca7dd86e9bc58628362a0be6ab6f (patch)
tree672629cafc3a5472f711fafe04c94701739fc2a8
parent41c9bf1590af036735bc554ca399d4e4e1b58f56 (diff)
downloadnavit-76087860800cca7dd86e9bc58628362a0be6ab6f.tar.gz
apt-get update before apt-get install
-rw-r--r--.circleci/config.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index cf5819288..3105f8763 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -18,10 +18,11 @@ jobs:
steps:
- checkout
- run:
+ name: Install doxygen
+ command: apt-get update && apt-get install doxygen
+ - run:
name: Run doxygen
- command: |
- apt-get install doxygen
- doxygen
+ command: doxygen
build_android_arm:
<<: *defaults
steps: