Skip to content

Commit 4378bd7

Browse files
author
Louis Fréneau
committed
Fix CI, missing building instructions
1 parent 9d51c13 commit 4378bd7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ test-long:
4242
stage: test-long-default
4343
script:
4444
- export PATH="${HOME}/bin:${PATH}"
45+
- cmake --preset=CI
46+
- cmake --build --preset=CI
4547
- ctest --preset=CI-ci-long-default
4648
dependencies:
4749
- build
@@ -58,6 +60,8 @@ test-short:
5860
stage: test-long-slicing
5961
script:
6062
- export PATH="${HOME}/bin:${PATH}"
63+
- cmake --preset=CI
64+
- cmake --build --preset=CI
6165
- ctest --preset=CI-ci-long-slicing
6266
dependencies:
6367
- build

0 commit comments

Comments
 (0)