Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fmt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
fmt
Commits
b8f85f67
Commit
b8f85f67
authored
Oct 18, 2017
by
Victor Zverovich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use Visual Studio 2017 image on appveyor
parent
7174de0d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
support/appveyor-build.py
support/appveyor-build.py
+2
-2
support/appveyor.yml
support/appveyor.yml
+2
-0
No files found.
support/appveyor-build.py
View file @
b8f85f67
...
...
@@ -20,8 +20,8 @@ if build == 'mingw':
else
:
# Add MSBuild 14.0 to PATH as described in
# http://help.appveyor.com/discussions/problems/2229-v140-not-found-on-vs2105rc.
os
.
environ
[
'PATH'
]
=
r'C:\Program Files (x86)\MSBuild\1
4
.0\Bin;'
+
path
generator
=
'Visual Studio 1
4 2015
'
os
.
environ
[
'PATH'
]
=
r'C:\Program Files (x86)\MSBuild\1
5
.0\Bin;'
+
path
generator
=
'Visual Studio 1
5 2017
'
if
platform
==
'x64'
:
generator
+=
' Win64'
cmake_command
.
append
(
'-G'
+
generator
)
...
...
support/appveyor.yml
View file @
b8f85f67
...
...
@@ -2,6 +2,8 @@ configuration:
-
Debug
-
Release
image
:
Visual Studio
2017
environment
:
CTEST_OUTPUT_ON_FAILURE
:
1
matrix
:
...
...
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