Skip to content
Snippets Groups Projects

Version 0.1.0 (setup)

Merged Adrien Crovato requested to merge adri into master
Compare and Show latest version
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
+ 3
2
@@ -15,7 +15,7 @@ stages:
- test
build:
image: rboman/waves-py3:2020.3
<<: *global_tag_def
stage: build
script:
- printenv | sort
@@ -42,6 +42,7 @@ build:
expire_in: 1 hour
doxygen:
<<: *global_tag_def
stage: test
script:
- cd build
@@ -54,7 +55,7 @@ doxygen:
- build
ctest:
image: rboman/waves-py3:2020.3
<<: *global_tag_def
stage: test
script:
- cd build
Loading