Skip to content

Commit

Permalink
test windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-at-orange committed Sep 26, 2024
1 parent 4599d88 commit 1793d74
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions conda/bld.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
REM Echo all output
@echo on

REM We need to use the subst command to shorten the paths:
REM "aws-sdk-cpp's buildsystem uses very long paths and may fail on your system.
REM We recommend moving vcpkg to a short path such as 'C:\src\vcpkg' or using the subst command."
subst W: %CD%
W:
vcpkg\vcpkg.exe install

REM Configure project
cmake --fresh -G Ninja -D CMAKE_BUILD_TYPE=Release -D VCPKG_BUILD_TYPE=release -D CMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake -B builds/conda -S .

Expand Down

0 comments on commit 1793d74

Please sign in to comment.