Skip to content

Commit

Permalink
[ci] Windows: Stop building modules that are not tested
Browse files Browse the repository at this point in the history
  • Loading branch information
cbentejac committed Sep 18, 2023
1 parent 80f22df commit 12534c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ jobs:
run: |
${{ env.vcpkgDir }}\vcpkg list
- name: vcpkg - Remove zip file with prebuilt binaries
run: |
rm ${{ env.vcpkgArchive }}
- name: Get CUDA Toolkit
uses: Jimver/[email protected]
id: cuda-toolkit
Expand Down Expand Up @@ -183,6 +187,9 @@ jobs:
-DALICEVISION_USE_POPSIFT=OFF
-DALICEVISION_USE_ALEMBIC=ON
-DALICEVISION_USE_OPENGV=OFF
-DALICEVISION_BUILD_STEREOPHOTOMETRY=OFF
-DALICEVISION_BUILD_SEGMENTATION=OFF
-DBOOST_NO_CXX11=ON
# This input tells run-cmake to consume the vcpkg.cmake toolchain file set by run-vcpkg.
cmakeBuildType: Release
buildWithCMake: true
Expand Down

0 comments on commit 12534c9

Please sign in to comment.