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 db30d28 commit 6baaf38
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ skip_tags: true
before_build:
- set PATH=%PATH%;%TOOLSET_PATH%
- echo "Testing %APPVEYOR_PROJECT_NAME%"
- dir "C:\Program Files\Microsoft Visual Studio\"
- dir "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"


# Cloning Boost libraries (fast nondeep cloning)
- set BOOST=C:/boost-local
Expand All @@ -61,6 +58,8 @@ build_script:
- call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
# Packages from nuget.
- nuget install libpng-v142 -ExcludeVersion -NonInteractive
- dir .
- dir libpng\build\
# Building Boost.
- bootstrap.bat
- b2.exe headers
Expand Down

0 comments on commit 6baaf38

Please sign in to comment.