Skip to content

Commit 27e4fe7

Browse files
committed
Fix GitLab CI
1 parent 7869440 commit 27e4fe7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ build_sycl:
4848
script:
4949
- git clone $CLONE_URL src
5050
- git -C src checkout $HEAD_SHA
51+
- source .github/ci_setup.sh SYCL
5152
- >
5253
cmake -S src -B build
5354
-DCMAKE_BUILD_TYPE=Release
5455
-DDETRAY_BUILD_CUDA=OFF
5556
-DDETRAY_BUILD_SYCL=ON
5657
-DBUILD_TESTING=ON
5758
-DDETRAY_BUILD_TESTING=ON
58-
-DDETRAY_BUILD_CUDA=ON
5959
-DDETRAY_VC_PLUGIN=OFF
6060
-DDETRAY_SMATRIX_PLUGIN=OFF
6161
-DDETRAY_EIGEN_PLUGIN=ON

0 commit comments

Comments
 (0)