Skip to content
Snippets Groups Projects

Make cicd work

Merged Jan Reher requested to merge make-cicd-work into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -14,7 +14,7 @@ build:
script:
- mkdir build
- cd build
- cmake ..
- cmake3 ..
- make
# artifacts:
# paths:
Loading