Lines Matching +full:build +full:- +full:windows +full:- +full:2017
6 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
8 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
10 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
11 CMAKE_GENERATOR: Visual Studio 15 2017
12 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
13 CMAKE_GENERATOR: Visual Studio 15 2017 Win64
16 - cmake --version
17 # The build script starts in root.
18 - set JSONCPP_FOLDER=%cd%
19 - set JSONCPP_BUILD_FOLDER=%JSONCPP_FOLDER%\build\release
20 - mkdir -p %JSONCPP_BUILD_FOLDER%
21 - cd %JSONCPP_BUILD_FOLDER%
22 …- cmake -G "%CMAKE_GENERATOR%" -DCMAKE_INSTALL_PREFIX:PATH=%CD:\=/%/install -DBUILD_SHARED_LIBS:BO…
23 # Use ctest to make a dashboard build:
24 # - ctest -D Experimental(Start|Update|Configure|Build|Test|Coverage|MemCheck|Submit)
25 # NOTE: Testing on windows is not yet finished:
26 …# - ctest -C Release -D ExperimentalStart -D ExperimentalConfigure -D ExperimentalBuild -D Experim…
27 …- ctest -C Release -D ExperimentalStart -D ExperimentalConfigure -D ExperimentalBuild -D Experimen…
29 - cmake --build . --config Release --target install