Skip to content
Snippets Groups Projects

Gitlab CI

Merged Boman Romain requested to merge gitlab-ci into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -6,6 +6,7 @@ build_gcc:
image: rboman/waves
stage: build
script:
- printenv
- rm -rf build workspace
- mkdir build
- cd build
Loading