Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
G
gflags
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
gflags
Commits
c713d2e7
Commit
c713d2e7
authored
Aug 02, 2016
by
Dreamer
Committed by
Andreas Schuh
Aug 02, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test: Run AppVeyor build via cmake --build and run tests. (#162)
parent
b16653ed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
3 deletions
+15
-3
appveyor.yml
appveyor.yml
+15
-3
No files found.
appveyor.yml
View file @
c713d2e7
...
...
@@ -14,10 +14,17 @@ clone_folder: c:\projects\gflags
matrix
:
fast_finish
:
true
platform
:
-
Win32
configuration
:
-
Debug
-
Release
install
:
# show all available env vars
-
set
-
echo cmake on AppVeyor
-
echo cmake on AppVeyor
, %configuration%-%platform%
-
cmake -version
-
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
...
...
@@ -25,7 +32,12 @@ build_script:
-
cd c:\projects\gflags
-
mkdir out && cd out
-
cmake -G "Visual Studio 14 2015"
-DCMAKE_BUILD_TYPE=
Release
-DCMAKE_BUILD_TYPE=
%configuration%
-DGFLAGS_BUILD_TESTING=True
..
-
msbuild gflags.sln /toolsversion:14.0 /p:PlatformToolset=v140
-
cmake --build . --config %configuration%
test_script
:
# strip_flags_binary test currently fails on AppVeyor in Debug configuration.
-
IF %configuration%==Debug SET GFLAGS_EXCLUDED_TESTS=strip_flags_binary
-
ctest -C %configuration% -E %GFLAGS_EXCLUDED_TESTS%
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment