Skip to content
Snippets Groups Projects

Gitlab CI

Merged Boman Romain requested to merge gitlab-ci into master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 3
1
@@ -13,6 +13,7 @@ build_gcc:
artifacts:
paths:
- build/
expire_in: 1 hour
doxygen:
image: rboman/waves
@@ -22,7 +23,8 @@ doxygen:
- make dox
artifacts:
paths:
- doxygen/
- build/doxygen/
expire_in: 1 day
ctest:
image: rboman/waves
Loading