Skip to content

Commit

Permalink
using static libs on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin McCartney authored and Austin McCartney committed Aug 12, 2018
1 parent 7bddd7b commit f04650a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .appveyor.yml
Expand Up @@ -41,14 +41,9 @@ install:
build_script:
- cd C:\projects\libraries
- IF EXIST build RMDIR /S /Q build
- dir C:\Libraries\boost_1_65_1\libs
- dir C:\Libraries\boost_1_65_1\lib32-msvc-14.1
- dir C:\Libraries\boost_1_65_1\lib64-msvc-14.1
- MKDIR build
- cd build
- cmake -G "Visual Studio 15 2017 Win64" -D BOOST_ROOT=C:/Libraries/boost_1_65_1 -D CMAKE_BUILD_TYPE=debug ..
- cmake -G "Visual Studio 15 2017 Win64" -D BOOST_ROOT=C:/Libraries/boost_1_65_1 -D CMAKE_BUILD_TYPE=debug -D Boost_USE_STATIC_LIBS=ON ..
- cmake --build . --config Release
- mklink /d C:\bl "C:\Libraries\boost_1_65_1\lib64-msvc-14.1"
- setx path "C:\bl;%path%"
- ctest -C Release

0 comments on commit f04650a

Please sign in to comment.