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
f0be9c88
Commit
f0be9c88
authored
Aug 01, 2016
by
Dreamer
Committed by
Andreas Schuh
Aug 01, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add initial AppVeyor config. (#161)
parent
78cab6c6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
+31
-0
appveyor.yml
appveyor.yml
+31
-0
No files found.
appveyor.yml
0 → 100644
View file @
f0be9c88
# Configuration for continuous integration service at appveyor.com
shallow_clone
:
true
# Operating system (build VM template)
os
:
Visual Studio 2015
# scripts that are called at very beginning, before repo cloning
init
:
# clone directory
clone_folder
:
c:\projects\gflags
matrix
:
fast_finish
:
true
install
:
# show all available env vars
-
set
-
echo cmake on AppVeyor
-
cmake -version
-
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
build_script
:
-
cd c:\projects\gflags
-
mkdir out && cd out
-
cmake -G "Visual Studio 14 2015"
-DCMAKE_BUILD_TYPE=Release
-DGFLAGS_BUILD_TESTING=True
..
-
msbuild gflags.sln /toolsversion:14.0 /p:PlatformToolset=v140
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