We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d51c13 commit 4378bd7Copy full SHA for 4378bd7
.gitlab-ci.yml
@@ -42,6 +42,8 @@ test-long:
42
stage: test-long-default
43
script:
44
- export PATH="${HOME}/bin:${PATH}"
45
+ - cmake --preset=CI
46
+ - cmake --build --preset=CI
47
- ctest --preset=CI-ci-long-default
48
dependencies:
49
- build
@@ -58,6 +60,8 @@ test-short:
58
60
stage: test-long-slicing
59
61
62
63
64
65
- ctest --preset=CI-ci-long-slicing
66
67
0 commit comments