Welcome to mirror list, hosted at ThFree Co, Russian Federation.

windows_build.bat « workflows « .github - github.com/SoftEtherVPN/libhamcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 84ef36f2b7365a4316f35bce4b0a3e44698e962c (plain)
1
2
3
4
5
6
7
8
@echo on

mkdir %RUNNER_WORKSPACE%\build && cd %RUNNER_WORKSPACE%\build

call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"

cmake -G Ninja -DCMAKE_TOOLCHAIN_FILE=C:\vcpkg\scripts\buildsystems\vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows-static-md %GITHUB_WORKSPACE%
cmake --build .