Skip to content

Commit

Permalink
Merge pull request #922 from aprokop/nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokop authored Aug 7, 2023
2 parents 2a338ed + a91f522 commit db4d081
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .jenkins/nightly.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ pipeline {
sh 'cmake -S source-kokkos -B build-kokkos -D CMAKE_INSTALL_PREFIX=$PWD/install-kokkos $CMAKE_OPTIONS -D Kokkos_ENABLE_CUDA=ON -D Kokkos_ENABLE_CUDA_LAMBDA=ON'
sh 'cmake --build build-kokkos --parallel 8'
sh 'cmake --install build-kokkos'
sh 'cmake -B build-arborx -D CMAKE_INSTALL_PREFIX=$PWD/install-arborx -D Kokkos_ROOT=$PWD/install-kokkos $CMAKE_OPTIONS -D ARBORX_ENABLE_BENCHMARKS=ON -D ARBORX_ENABLE_TESTS=ON -D ARBORX_ENABLE_EXAMPLES=ON'
// Disable tests as Ubuntu 22.04 comes with Boost 1.74 which causes build issues with CUDA
sh 'cmake -B build-arborx -D CMAKE_INSTALL_PREFIX=$PWD/install-arborx -D Kokkos_ROOT=$PWD/install-kokkos $CMAKE_OPTIONS -D ARBORX_ENABLE_BENCHMARKS=ON -D ARBORX_ENABLE_TESTS=OFF -D ARBORX_ENABLE_EXAMPLES=ON'
sh 'cmake --build build-arborx --parallel 8'
dir('build-arborx') {
sh 'ctest $CTEST_OPTIONS'
Expand Down

0 comments on commit db4d081

Please sign in to comment.