Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
benchmark
Project
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
benchmark
Commits
3336ea00
Commit
3336ea00
authored
Apr 24, 2017
by
Arkady Shapkin
Committed by
Dominic Hamon
Apr 24, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Support VS2017 on AppVeyor (#376)
parent
7a74b748
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
11 deletions
+13
-11
appveyor.yml
appveyor.yml
+13
-11
No files found.
appveyor.yml
View file @
3336ea00
version
:
'
{build}'
image
:
Visual Studio 2017
configuration
:
-
Debug
-
Release
environment
:
matrix
:
-
compiler
:
msvc-1
2
-seh
generator
:
"
Visual
Studio
1
2
2013
"
-
compiler
:
msvc-1
5
-seh
generator
:
"
Visual
Studio
1
5
2017
"
-
compiler
:
msvc-1
2
-seh
generator
:
"
Visual
Studio
1
2
2013
Win64"
-
compiler
:
msvc-1
5
-seh
generator
:
"
Visual
Studio
1
5
2017
Win64"
-
compiler
:
msvc-14-seh
generator
:
"
Visual
Studio
14
2015"
...
...
@@ -18,9 +20,16 @@ environment:
-
compiler
:
msvc-14-seh
generator
:
"
Visual
Studio
14
2015
Win64"
-
compiler
:
msvc-12-seh
generator
:
"
Visual
Studio
12
2013"
-
compiler
:
msvc-12-seh
generator
:
"
Visual
Studio
12
2013
Win64"
-
compiler
:
gcc-5.3.0-posix
generator
:
"
MinGW
Makefiles"
cxx_path
:
'
C:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin'
APPVEYOR_BUILD_WORKER_IMAGE
:
Visual Studio 2015
matrix
:
fast_finish
:
true
...
...
@@ -30,12 +39,6 @@ install:
-
if "%generator%"=="MinGW Makefiles" (set "PATH=%PATH:C:\Program Files\Git\usr\bin;=%")
-
if not "%cxx_path%"=="" (set "PATH=%PATH%;%cxx_path%")
# TODO Remove this. This is a hack to work around bogus warning messages
# See http://goo.gl/euguBI for more information.
before_build
:
-
del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
-
del "C:\Program Files (x86)\MSBuild\12.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
build_script
:
-
md _build -Force
-
cd _build
...
...
@@ -51,4 +54,3 @@ artifacts:
name
:
logs
-
path
:
'
_build/Testing/**/*.xml'
name
:
test_results
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