mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
Add shared library build to the AppVeyor CI config. (#167)
This commit is contained in:
parent
e58e5303d6
commit
15394d356c
1 changed files with 4 additions and 2 deletions
|
@ -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%
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue