Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
c69bd64e
Commit
c69bd64e
authored
Jun 20, 2017
by
Martin Schultz
Browse files
added VS2012 and 2013 to the ci script for windows
parent
c844430c
Changes
1
Hide whitespace changes
Inline
Side-by-side
CI/ci-windows.bat
View file @
c69bd64e
...
...
@@ -15,6 +15,18 @@ del *.exe
set
CL
=
/MP
4
:: determine VS version and set variables
if
"
%COMPILER%
"
==
"VS2012"
(
set
QT_COMPILERPREFIX
=
msvc2012
set
VS_COMPILERVERSION_LONG
=
11
.0
set
VS_COMPILERVERSION_SHORT
=
11
set
VS_EDITION_YEAR
=
2012
)
if
"
%COMPILER%
"
==
"VS2013"
(
set
QT_COMPILERPREFIX
=
msvc2013
set
VS_COMPILERVERSION_LONG
=
12
.0
set
VS_COMPILERVERSION_SHORT
=
12
set
VS_EDITION_YEAR
=
2013
)
if
"
%COMPILER%
"
==
"VS2015"
(
set
QT_COMPILERPREFIX
=
msvc2015
set
VS_COMPILERVERSION_LONG
=
14
.0
...
...
Write
Preview
Supports
Markdown
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