This commit is contained in:
Phuntsok Drak-pa 2019-03-26 15:28:08 +01:00
parent 1db648c25d
commit 15900f15b8
1 changed files with 0 additions and 11 deletions

View File

@ -2,7 +2,6 @@ image: conanio/clang7
stages:
- build
- pages
job A:
stage: build
@ -20,13 +19,3 @@ job A:
- conan install .. --build missing
- cmake -DCMAKE_CXX_COMPILER=clang++ .. -G Ninja
- cmake --build .
job B:
stage: doc
image: tsgkadot/docker-doxygen
script:
- cd doc && doxygen Doxyfile && cd ..
- mv doc/html/ public/
artifacts:
paths:
- public