update CircleCI
This commit is contained in:
parent
3413bc9372
commit
816b5cf1a7
@ -5,5 +5,5 @@ jobs:
|
|||||||
- image: purplekarrot/gcc-8
|
- image: purplekarrot/gcc-8
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- 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
|
- run: cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j
|
||||||
|
Loading…
Reference in New Issue
Block a user