Skip to content
Snippets Groups Projects

Use new CMAKE_ARGS variable introduced in industrial_ci#369

Merged Prada Sarasola, Miguel requested to merge use-cmake-args into master
All threads resolved!
+ 1
1
@@ -19,4 +19,4 @@ dockerfiles:
yamllint:
image: sdesbure/yamllint
script: yamllint $(find . \\( -name '*.yml' -o -name '*.yaml' \\))
script: yamllint $(find . -name '*.yml' -o -name '*.yaml')
Loading