From 07ba7f4bdf0c4689b7f5eb7c3a88e7568b71816a Mon Sep 17 00:00:00 2001 From: jkoan Date: Tue, 4 Sep 2018 18:00:09 +0200 Subject: Add rsync --- .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 2df09a96d..5d8d6ed13 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -39,8 +39,8 @@ jobs: steps: - checkout - run: - name: Install doxygen - command: apt-get update && apt-get -y install doxygen ca-certificates git + 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