Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin committed Jan 14, 2025
1 parent 2b3d79f commit 11e7e40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ skip_tags: true
before_build:
- set PATH=%PATH%;%TOOLSET_PATH%
- echo "Testing %APPVEYOR_PROJECT_NAME%"
- dir "C:\Program Files (x86)\Microsoft Visual Studio\"
- dir "C:\Program Files (x86)\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\"

# Cloning Boost libraries (fast nondeep cloning)
- set BOOST=C:/boost-local
Expand All @@ -55,7 +57,7 @@ before_build:


build_script:
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64
- call "C:\Program Files (x86)\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
# Packages from nuget.
- nuget install libpng-v142 -ExcludeVersion -NonInteractive
# Building Boost.
Expand Down

0 comments on commit 11e7e40

Please sign in to comment.