From a63a78aad9ded94cb2df88c0bae9cead09150c5e Mon Sep 17 00:00:00 2001 From: lains Date: Wed, 12 Sep 2018 17:28:50 +0200 Subject: Fix:Circleci Fix on indentation warning and enabling xmllint on android builds (#665) * Fixing indentation on config.yml (warning ci_sanity_checks.sh) * Adding libxml2-utils to fix circleci error on missing xmllint command for android builds * Remove one tailing space * Revert "Adding libxml2-utils to fix circleci error on missing xmllint command for android builds" This reverts commit 763f4658c1dab4ec6f900a4f3a032ffb2cf18e0b. * Adding libxml2-utils to fix circleci error on missing xmllint command during sanity_check --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.circleci') diff --git a/.circleci/config.yml b/.circleci/config.yml index 5d8d6ed13..3cc2d1b7f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -39,8 +39,8 @@ jobs: steps: - checkout - run: - name: Install doxygen and other essentials - command: apt-get update && apt-get -y install doxygen ca-certificates git rsync + name: Install doxygen and other essentials + command: apt-get update && apt-get -y install doxygen ca-certificates git rsync - run: name: Run doxygen command: cd navit && doxygen -- cgit v1.2.1