Skip to content

Commit

Permalink
GINKGO_DEVEL_TOOLS=off is already default setting
Browse files Browse the repository at this point in the history
Co-Authored-By: Tobias Ribizel <ribizel@kit.edu>
  • Loading branch information
yhmtsai and upsj committed Mar 4, 2020
1 parent fb8bf6c commit 89e164b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
mkdir build
cd build
$env:PATH="$pwd\windows_shared_library;$env:PATH"
cmake -DGINKGO_DEVEL_TOOLS=OFF -DGINKGO_BUILD_CUDA=ON -DGINKGO_BUILD_OMP=OFF ..
cmake -DGINKGO_BUILD_CUDA=ON -DGINKGO_BUILD_OMP=OFF ..
cmake --build . -j8 --config Release
windows_ref:
Expand Down Expand Up @@ -47,6 +47,6 @@ jobs:
run: |
mkdir build
cd build
cmake .. -DBUILD_SHARED_LIBS=${{ matrix.config.shared }} -DGINKGO_DEVEL_TOOLS=OFF -DGINKGO_BUILD_CUDA=OFF -DGINKGO_BUILD_OMP=OFF
cmake .. -DBUILD_SHARED_LIBS=${{ matrix.config.shared }} -DGINKGO_BUILD_CUDA=OFF -DGINKGO_BUILD_OMP=OFF
cmake --build . -j8 --config ${{ matrix.config.build_type }}
ctest . -C ${{ matrix.config.build_type }}
ctest . -C ${{ matrix.config.build_type }}

0 comments on commit 89e164b

Please sign in to comment.