Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fuchsia.googlesource.com-third_party-flatbuffers
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fuchsia-mirror
fuchsia.googlesource.com-third_party-flatbuffers
Commits
0c80b3a7
Commit
0c80b3a7
authored
7 years ago
by
Wouter van Oortmerssen
Browse files
Options
Downloads
Patches
Plain Diff
Added VS 2015 test to AppVeyor CI.
Change-Id: I354c13fbe6f159058fbeff47100ef357e99c6cd5
parent
f52ddfbd
No related branches found
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
appveyor.yml
+6
-1
6 additions, 1 deletion
appveyor.yml
with
6 additions
and
1 deletion
appveyor.yml
+
6
−
1
View file @
0c80b3a7
...
...
@@ -4,6 +4,11 @@ branches:
os
:
Visual Studio
2015
environment
:
matrix
:
-
CMAKE_VS_VERSION
:
"
10
2010"
-
CMAKE_VS_VERSION
:
"
14
2015"
platform
:
-
x86
-
x64
...
...
@@ -13,7 +18,7 @@ configuration:
-
Release
before_build
:
-
cmake -G"Visual Studio
10 2010
"
-
cmake -G"Visual Studio
%CMAKE_VS_VERSION%
"
# This cuts down on a lot of noise generated by xamarin warnings.
-
del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment