Commit 15394d35 authored by Dreamer's avatar Dreamer Committed by Andreas Schuh

Add shared library build to the AppVeyor CI config. (#167)

parent e58e5303
......@@ -32,8 +32,10 @@ build_script:
- cd c:\projects\gflags
- mkdir out && cd out
- cmake -G "Visual Studio 14 2015"
-DCMAKE_BUILD_TYPE=%configuration%
-DGFLAGS_BUILD_TESTING=True
-D CMAKE_BUILD_TYPE=%configuration%
-D GFLAGS_BUILD_TESTING=ON
-D GFLAGS_BUILD_SHARED_LIBS=ON
-D GFLAGS_BUILD_STATIC_LIBS=ON
..
- cmake --build . --config %configuration%
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment