Skip to content

Commit

Permalink
CI: Build finufft as well as cufinufft
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian authored Oct 6, 2023
1 parent 80a0dcc commit 03c79d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ pipeline {
cuda_arch="70"
cmake -B build . -DFINUFFT_USE_CUDA=ON \
-DFINUFFT_USE_CPU=OFF \
-DFINUFFT_BUILD_TESTS=ON \
-DFINUFFT_BUILD_TESTS=OFF \
-DCMAKE_CUDA_ARCHITECTURES="$cuda_arch" \
-DBUILD_TESTING=ON
cd build
Expand Down

0 comments on commit 03c79d6

Please sign in to comment.