Skip to content

Commit

Permalink
disable examples and tests (vt)
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Dec 15, 2023
1 parent f5982f4 commit 3f34b82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-baseline-cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,9 @@ jobs:
cmake -B builddir \
-DCMAKE_CXX_COMPILER=$GITHUB_WORKSPACE/kokkos/bin/nvcc_wrapper \
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
-DVT_BUILD_EXAMPLES=OFF \
-DVT_BUILD_TESTS=OFF \
-Dvt_build_examples=OFF \
-Dvt_build_tests=OFF \
-Dvt_build_tools=OFF \
-Dvt_trace_enabled=ON
- name: Build vt
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/ci-baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ jobs:
run: |
cmake -B builddir \
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
-DVT_BUILD_EXAMPLES=OFF \
-DVT_BUILD_TESTS=OFF \
-Dvt_build_examples=OFF \
-Dvt_build_tests=OFF \
-Dvt_build_tools=OFF \
-Dvt_trace_enabled=ON
- name: Build vt
Expand Down

0 comments on commit 3f34b82

Please sign in to comment.