Skip to content
Snippets Groups Projects
Commit 2c0fb1b1 authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[scr/ci] Don't use quotes around arg

This makes using "eval" unnecessary in the CI job shell scripts.
parent c1fde293
No related branches found
No related tags found
No related merge requests found
...@@ -11,4 +11,4 @@ build linux arch: ...@@ -11,4 +11,4 @@ build linux arch:
CMAKE_ARGS: >- CMAKE_ARGS: >-
-DBUILD_SHARED_LIBS=ON -DBUILD_SHARED_LIBS=ON
-DOGS_USE_MKL=ON -DOGS_USE_MKL=ON
CTEST_ARGS: -L 'default|Notebook' CTEST_ARGS: -L default|Notebook
...@@ -12,4 +12,4 @@ build linux petsc: ...@@ -12,4 +12,4 @@ build linux petsc:
CMAKE_PRESET: release-petsc CMAKE_PRESET: release-petsc
CMAKE_ARGS: >- CMAKE_ARGS: >-
-DOGS_USE_PIP=ON -DOGS_USE_PIP=ON
CTEST_ARGS: -L 'default|Notebook' CTEST_ARGS: -L default|Notebook
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment