update CircleCI

This commit is contained in:
Phuntsok Drak-pa 2018-05-25 13:39:55 +02:00
parent 3413bc9372
commit 816b5cf1a7
1 changed files with 1 additions and 1 deletions

View File

@ -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