Merge branch 'contributor-lr' of https://github.com/LRossman/EPANET into contributor-lr

This commit is contained in:
Lew Rossman
2018-06-16 11:10:07 -04:00
parent b3ab8ea2c7
commit 9afb6f0b28
4 changed files with 35 additions and 31 deletions

View File

@@ -23,7 +23,7 @@ environment:
BOOST_ROOT: "C:/Libraries/boost"
# New build on Visual Studio 15 2017
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
GENERATOR: "Visual Studio 15 2017 Win64"
GENERATOR: "Visual Studio 15 2017"
GROUP: "EXPERIMENTAL"
BOOST_ROOT: "C:/Libraries/boost_1_67_0"
@@ -48,6 +48,7 @@ before_build:
- mkdir %BUILD_HOME%
- cd %BUILD_HOME%
- cmake -G "%GENERATOR%"
-DBUILD_TESTS=1
-DBOOST_ROOT="%BOOST_ROOT%"
-DBoost_USE_STATIC_LIBS="ON" ..