From 816b5cf1a7bf8fbf0c46b1f91779e1a7554d9122 Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Fri, 25 May 2018 13:39:55 +0200 Subject: [PATCH] update CircleCI --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f909f78..a4f0383 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,5 +5,5 @@ jobs: - image: purplekarrot/gcc-8 steps: - checkout - - run: sudo apt-get update && sudo apt-get install doxygen doxygen-docs doxygen-latex doxygen-gui graphviz + - run: apt-get update && apt-get install -y doxygen doxygen-docs doxygen-latex doxygen-gui graphviz - run: cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j