Skip to content

Commit

Permalink
Sync DDC version 72e83bc
Browse files Browse the repository at this point in the history
  • Loading branch information
SELF_COMMIT_TOKEN committed Apr 28, 2023
1 parent a375d9b commit ff11f2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vendor/ddc/.github/workflows/gyselalibxx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: |
cat<<-EOF > run.sh
set -xe
git config --global --add safe.directory /src/vendor/kokkos
cmake -DCMAKE_CXX_FLAGS=-Wall -DBUILD_BENCHMARKS=ON /src
make -j 2 VERBOSE=1
ctest --output-on-failure --timeout 5 -LE test_on_Release_only
Expand All @@ -47,6 +48,7 @@ jobs:
run: |
cat<<-EOF > run.sh
set -xe
git config --global --add safe.directory /src/vendor/kokkos
cmake -DCMAKE_CXX_FLAGS=-Wall -DBUILD_BENCHMARKS=ON -DCMAKE_BUILD_TYPE=Release /src
make -j 2 VERBOSE=1
ctest --output-on-failure --timeout 5
Expand Down

0 comments on commit ff11f2b

Please sign in to comment.