Skip to content

Commit 5cfe4d8

Browse files
committed
Update .appveyor.yml
1 parent 7e81710 commit 5cfe4d8

1 file changed

Lines changed: 13 additions & 11 deletions

File tree

.appveyor.yml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,23 @@ init:
3939

4040
install:
4141
- cd %VCPKG_ROOT%
42+
- if not exist "%VCPKG_DEFAULT_BINARY_CACHE%" mkdir "%VCPKG_DEFAULT_BINARY_CACHE%"
43+
- if not exist "%VCPKG_ROOT%\downloads" mkdir "%VCPKG_ROOT%\downloads"
4244
- git fetch --tags --prune
4345
- git checkout 58950f88544e4637524dbd6a01d0317cf4cb77fc
4446
- .\bootstrap-vcpkg.bat
4547
- cd %appveyor_build_folder%
46-
- %VCPKG_ROOT%\vcpkg install boost-algorithm:%platform%-windows
47-
- %VCPKG_ROOT%\vcpkg install boost-smart-ptr:%platform%-windows
48-
- %VCPKG_ROOT%\vcpkg install boost-scope-exit:%platform%-windows
49-
- %VCPKG_ROOT%\vcpkg install boost-container:%platform%-windows
50-
- %VCPKG_ROOT%\vcpkg install boost-core:%platform%-windows
51-
- %VCPKG_ROOT%\vcpkg install boost-exception:%platform%-windows
52-
- %VCPKG_ROOT%\vcpkg install boost-io:%platform%-windows
53-
- %VCPKG_ROOT%\vcpkg install boost-range:%platform%-windows
54-
- %VCPKG_ROOT%\vcpkg install boost-signals2:%platform%-windows
55-
- %VCPKG_ROOT%\vcpkg install zlib:%platform%-windows
56-
- %VCPKG_ROOT%\vcpkg install gtest:%platform%-windows
48+
- call "%VCPKG_ROOT%\vcpkg" install boost-algorithm:%platform%-windows
49+
- call "%VCPKG_ROOT%\vcpkg" install boost-smart-ptr:%platform%-windows
50+
- call "%VCPKG_ROOT%\vcpkg" install boost-scope-exit:%platform%-windows
51+
- call "%VCPKG_ROOT%\vcpkg" install boost-container:%platform%-windows
52+
- call "%VCPKG_ROOT%\vcpkg" install boost-core:%platform%-windows
53+
- call "%VCPKG_ROOT%\vcpkg" install boost-exception:%platform%-windows
54+
- call "%VCPKG_ROOT%\vcpkg" install boost-io:%platform%-windows
55+
- call "%VCPKG_ROOT%\vcpkg" install boost-range:%platform%-windows
56+
- call "%VCPKG_ROOT%\vcpkg" install boost-signals2:%platform%-windows
57+
- call "%VCPKG_ROOT%\vcpkg" install zlib:%platform%-windows
58+
- call "%VCPKG_ROOT%\vcpkg" install gtest:%platform%-windows
5759

5860
build_script:
5961
- mkdir build

0 commit comments

Comments
 (0)