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 c71fb36 commit 7515b1e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ before_build:
- set PATH=%PATH%;%TOOLSET_PATH%
- echo "Testing %APPVEYOR_PROJECT_NAME%"

- call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
# Packages from nuget.
- nuget install libpng-v142 -ExcludeVersion -NonInteractive
- dir libpng-v142\build\native\lib\x64\v142\dynamic\Release\
- dir libpng-v142\build\native\include\

# Cloning Boost libraries (fast nondeep cloning)
- set BOOST=C:/boost-local
- git init %BOOST%
Expand All @@ -54,11 +60,7 @@ before_build:
#- git pull --recurse-submodules # Updaes submodules to most recent version. Not required


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 libpng-v142\build\native\lib\x64\v142\dynamic\Release\
build_script:
# Building Boost.
- bootstrap.bat
- b2.exe headers
Expand Down

0 comments on commit 7515b1e

Please sign in to comment.