Skip to content

Commit be477e4

Browse files
committed
disable vc & smatrix + run tests
1 parent 6f60997 commit be477e4

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.gitlab-ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@ build_cuda:
1919
-DBUILD_TESTING=ON
2020
-DDETRAY_BUILD_TESTING=ON
2121
-DDETRAY_BUILD_CUDA=ON
22-
-DDETRAY_BUILD_VC_PLUGIN=OFF
23-
-DDETRAY_BUILD_SMATRIX_PLUGIN=OFF
22+
-DDETRAY_VC_PLUGIN=OFF
23+
-DDETRAY_SMATRIX_PLUGIN=OFF
2424
-DDETRAY_BUILD_EIGEN_PLUGIN=OFF
2525
- cmake --build build
2626

2727

28-
# test_cuda:
29-
# stage: test
30-
# tags: [docker-gpu-nvidia]
31-
# image: ghcr.io/acts-project/ubuntu2004_cuda:v13
32-
# needs:
33-
# - build_cuda
34-
# script:
35-
# - cd build
36-
# - nvidia-smi
37-
# - ctest --output-on-failure -R ".*cuda.*"
28+
test_cuda:
29+
stage: test
30+
tags: [docker-gpu-nvidia]
31+
image: ghcr.io/acts-project/ubuntu2004_cuda:v13
32+
needs:
33+
- build_cuda
34+
script:
35+
- cd build
36+
- nvidia-smi
37+
- ctest --output-on-failure -R ".*cuda.*"
3838

3939

4040
# build_cuda_sycl:

0 commit comments

Comments
 (0)