Merge branch 'contributor-lr' of https://github.com/LRossman/EPANET into contributor-lr
This commit is contained in:
@@ -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" ..
|
||||
|
||||
|
||||
Reference in New Issue
Block a user