We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7869440 commit 27e4fe7Copy full SHA for 27e4fe7
1 file changed
.gitlab-ci.yml
@@ -48,14 +48,14 @@ build_sycl:
48
script:
49
- git clone $CLONE_URL src
50
- git -C src checkout $HEAD_SHA
51
+ - source .github/ci_setup.sh SYCL
52
- >
53
cmake -S src -B build
54
-DCMAKE_BUILD_TYPE=Release
55
-DDETRAY_BUILD_CUDA=OFF
56
-DDETRAY_BUILD_SYCL=ON
57
-DBUILD_TESTING=ON
58
-DDETRAY_BUILD_TESTING=ON
- -DDETRAY_BUILD_CUDA=ON
59
-DDETRAY_VC_PLUGIN=OFF
60
-DDETRAY_SMATRIX_PLUGIN=OFF
61
-DDETRAY_EIGEN_PLUGIN=ON
0 commit comments