Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
128e2b50
Commit
128e2b50
authored
Oct 31, 2018
by
Jan Möbius
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'Move_to_Qt-5.7_for_VS2013' into 'master'
Move to qt 5.7 for vs2013 See merge request
!329
parents
fcf12488
7e3c3619
Pipeline
#7723
failed with stages
in 64 minutes and 53 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
40 additions
and
145 deletions
+40
-145
.gitlab-ci.yml
.gitlab-ci.yml
+33
-143
CI/ci-windows-build.bat
CI/ci-windows-build.bat
+6
-1
OpenFlipper
OpenFlipper
+1
-1
No files found.
.gitlab-ci.yml
View file @
128e2b50
...
@@ -216,65 +216,33 @@ cppcheck:
...
@@ -216,65 +216,33 @@ cppcheck:
paths
:
paths
:
-
cppcheck.log
-
cppcheck.log
VS2015-Qt-5.
6.2
-x64
:
VS2015-Qt-5.
10.1
-x64
:
stage
:
Build
stage
:
Build
script
:
"
CI
\\
ci-windows-build.bat"
script
:
"
CI
\\
ci-windows-build.bat"
variables
:
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
GIT_SUBMODULE_STRATEGY
:
recursive
ARCHITECTURE
:
"
x64"
ARCHITECTURE
:
"
x64"
QT_VERSION
:
"
Qt5.6.2"
QT_VERSION
:
"
Qt5.10.1"
COMPILER
:
"
VS2015"
tags
:
-
VS2015
-
Qt562
artifacts
:
expire_in
:
1 week
paths
:
-
artifacts
VS2015-Qt-5.6.2-x32
:
stage
:
Build
script
:
"
CI
\\
ci-windows-build.bat"
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
ARCHITECTURE
:
"
x32"
QT_VERSION
:
"
Qt5.6.2"
COMPILER
:
"
VS2015"
tags
:
-
VS2015
-
Qt562
artifacts
:
expire_in
:
1 week
paths
:
-
artifacts
VS2015-Qt-5.9.0-x64
:
stage
:
Build
script
:
"
CI
\\
ci-windows-build.bat"
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
ARCHITECTURE
:
"
x64"
QT_VERSION
:
"
Qt5.9.0"
COMPILER
:
"
VS2015"
COMPILER
:
"
VS2015"
tags
:
tags
:
-
VS2015
-
VS2015
-
Qt5
9
-
Qt5
101
artifacts
:
artifacts
:
expire_in
:
1 week
expire_in
:
1 week
paths
:
paths
:
-
artifacts
-
artifacts
VS2015-Qt-5.
9.0
-x32
:
VS2015-Qt-5.
10.1
-x32
:
stage
:
Build
stage
:
Build
script
:
"
CI
\\
ci-windows-build.bat"
script
:
"
CI
\\
ci-windows-build.bat"
variables
:
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
GIT_SUBMODULE_STRATEGY
:
recursive
ARCHITECTURE
:
"
x32"
ARCHITECTURE
:
"
x32"
QT_VERSION
:
"
Qt5.
9.0
"
QT_VERSION
:
"
Qt5.
10.1
"
COMPILER
:
"
VS2015"
COMPILER
:
"
VS2015"
tags
:
tags
:
-
VS2015
-
VS2015
-
Qt5
9
-
Qt5
101
artifacts
:
artifacts
:
expire_in
:
1 week
expire_in
:
1 week
paths
:
paths
:
...
@@ -296,90 +264,54 @@ VS2017-Qt-5.10.1:
...
@@ -296,90 +264,54 @@ VS2017-Qt-5.10.1:
paths
:
paths
:
-
artifacts
-
artifacts
VS2013-Qt-5.
5
.1-x64
:
VS2013-Qt-5.
10
.1-x64
:
stage
:
Build
stage
:
Build
script
:
"
CI
\\
ci-windows-build.bat"
script
:
"
CI
\\
ci-windows-build.bat"
variables
:
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
GIT_SUBMODULE_STRATEGY
:
recursive
ARCHITECTURE
:
"
x64"
ARCHITECTURE
:
"
x64"
QT_VERSION
:
"
Qt5.
5
.1"
QT_VERSION
:
"
Qt5.
10
.1"
COMPILER
:
"
VS2013"
COMPILER
:
"
VS2013"
tags
:
tags
:
-
VS2013
-
VS2013
-
Qt5
5
1
-
Qt5
10
1
artifacts
:
artifacts
:
expire_in
:
1 week
expire_in
:
1 week
paths
:
paths
:
-
artifacts
-
artifacts
Test:VS2015-Qt-5.6.2-x64:
Test:VS2015-Qt-5.10.1-x64:
stage
:
Test
script
:
"
artifacts
\\
CI
\\
ci-windows-bootstrap.bat"
variables
:
GIT_STRATEGY
:
none
ARCHITECTURE
:
"
x64"
QT_VERSION
:
"
Qt5.6.2"
COMPILER
:
"
VS2015"
STAGE2SCRIPT
:
ci-windows-test.bat
tags
:
-
VS2015
-
Qt562
dependencies
:
-
VS2015-Qt-5.6.2-x64
artifacts
:
paths
:
-
rel/Testing/Temporary/LastTest.log
Test:VS2015-Qt-5.6.2-x32:
stage
:
Test
script
:
"
artifacts
\\
CI
\\
ci-windows-bootstrap.bat"
variables
:
GIT_STRATEGY
:
none
ARCHITECTURE
:
"
x32"
QT_VERSION
:
"
Qt5.6.2"
COMPILER
:
"
VS2015"
STAGE2SCRIPT
:
ci-windows-test.bat
tags
:
-
VS2015
-
Qt562
dependencies
:
-
VS2015-Qt-5.6.2-x32
artifacts
:
paths
:
-
rel/Testing/Temporary/LastTest.log
Test:VS2015-Qt-5.9.0-x64:
stage
:
Test
stage
:
Test
script
:
"
artifacts
\\
CI
\\
ci-windows-bootstrap.bat"
script
:
"
artifacts
\\
CI
\\
ci-windows-bootstrap.bat"
variables
:
variables
:
GIT_STRATEGY
:
none
GIT_STRATEGY
:
none
ARCHITECTURE
:
"
x64"
ARCHITECTURE
:
"
x64"
QT_VERSION
:
"
Qt5.
9.0
"
QT_VERSION
:
"
Qt5.
10.1
"
COMPILER
:
"
VS2015"
COMPILER
:
"
VS2015"
STAGE2SCRIPT
:
ci-windows-test.bat
STAGE2SCRIPT
:
ci-windows-test.bat
tags
:
tags
:
-
VS2015
-
VS2015
-
Qt5
9
-
Qt5
101
dependencies
:
dependencies
:
-
VS2015-Qt-5.
9.0
-x64
-
VS2015-Qt-5.
10.1
-x64
artifacts
:
artifacts
:
paths
:
paths
:
-
rel/Testing/Temporary/LastTest.log
-
rel/Testing/Temporary/LastTest.log
Test:VS2015-Qt-5.
9.0
-x32:
Test:VS2015-Qt-5.
10.1
-x32:
stage
:
Test
stage
:
Test
script
:
"
artifacts
\\
CI
\\
ci-windows-bootstrap.bat"
script
:
"
artifacts
\\
CI
\\
ci-windows-bootstrap.bat"
variables
:
variables
:
GIT_STRATEGY
:
none
GIT_STRATEGY
:
none
ARCHITECTURE
:
"
x32"
ARCHITECTURE
:
"
x32"
QT_VERSION
:
"
Qt5.
9.0
"
QT_VERSION
:
"
Qt5.
10.1
"
COMPILER
:
"
VS2015"
COMPILER
:
"
VS2015"
STAGE2SCRIPT
:
ci-windows-test.bat
STAGE2SCRIPT
:
ci-windows-test.bat
tags
:
tags
:
-
VS2015
-
VS2015
-
Qt5
9
-
Qt5
101
dependencies
:
dependencies
:
-
VS2015-Qt-5.
9.0
-x32
-
VS2015-Qt-5.
10.1
-x32
artifacts
:
artifacts
:
paths
:
paths
:
-
rel/Testing/Temporary/LastTest.log
-
rel/Testing/Temporary/LastTest.log
...
@@ -402,25 +334,25 @@ Test:VS2017-Qt-5.10.1:
...
@@ -402,25 +334,25 @@ Test:VS2017-Qt-5.10.1:
paths
:
paths
:
-
rel/Testing/Temporary/LastTest.log
-
rel/Testing/Temporary/LastTest.log
Test:VS2013-Qt-5.
5
.1-x64:
Test:VS2013-Qt-5.
10
.1-x64:
stage
:
Test
stage
:
Test
script
:
"
artifacts
\\
CI
\\
ci-windows-bootstrap.bat"
script
:
"
artifacts
\\
CI
\\
ci-windows-bootstrap.bat"
variables
:
variables
:
GIT_STRATEGY
:
none
GIT_STRATEGY
:
none
ARCHITECTURE
:
"
x64"
ARCHITECTURE
:
"
x64"
QT_VERSION
:
"
Qt5.
5
.1"
QT_VERSION
:
"
Qt5.
10
.1"
COMPILER
:
"
VS2013"
COMPILER
:
"
VS2013"
STAGE2SCRIPT
:
ci-windows-test.bat
STAGE2SCRIPT
:
ci-windows-test.bat
tags
:
tags
:
-
VS2013
-
VS2013
-
Qt5
5
1
-
Qt5
10
1
dependencies
:
dependencies
:
-
VS2013-Qt-5.
5
.1-x64
-
VS2013-Qt-5.
10
.1-x64
artifacts
:
artifacts
:
paths
:
paths
:
-
rel/Testing/Temporary/LastTest.log
-
rel/Testing/Temporary/LastTest.log
Deploy:VS2015-Qt-5.
6.2
-x64:
Deploy:VS2015-Qt-5.
10.1
-x64:
stage
:
Deploy
stage
:
Deploy
only
:
only
:
-
master
-
master
...
@@ -429,61 +361,19 @@ Deploy:VS2015-Qt-5.6.2-x64:
...
@@ -429,61 +361,19 @@ Deploy:VS2015-Qt-5.6.2-x64:
variables
:
variables
:
GIT_STRATEGY
:
none
GIT_STRATEGY
:
none
ARCHITECTURE
:
"
x64"
ARCHITECTURE
:
"
x64"
QT_VERSION
:
"
Qt5.6.2"
QT_VERSION
:
"
Qt5.10.1"
COMPILER
:
"
VS2015"
STAGE2SCRIPT
:
ci-windows-deploy.bat
tags
:
-
VS2015
-
Qt562
dependencies
:
-
VS2015-Qt-5.6.2-x64
artifacts
:
paths
:
-
rel/*.exe
Deploy:VS2015-Qt-5.6.2-x32:
stage
:
Deploy
only
:
-
master
-
unstable
script
:
"
artifacts
\\
CI
\\
ci-windows-bootstrap.bat"
variables
:
GIT_STRATEGY
:
none
ARCHITECTURE
:
"
x32"
QT_VERSION
:
"
Qt5.6.2"
COMPILER
:
"
VS2015"
STAGE2SCRIPT
:
ci-windows-deploy.bat
tags
:
-
VS2015
-
Qt562
dependencies
:
-
VS2015-Qt-5.6.2-x32
artifacts
:
paths
:
-
rel/*.exe
Deploy:VS2015-Qt-5.9.0-x64:
stage
:
Deploy
only
:
-
master
-
unstable
script
:
"
artifacts
\\
CI
\\
ci-windows-bootstrap.bat"
variables
:
GIT_STRATEGY
:
none
ARCHITECTURE
:
"
x64"
QT_VERSION
:
"
Qt5.9.0"
COMPILER
:
"
VS2015"
COMPILER
:
"
VS2015"
STAGE2SCRIPT
:
ci-windows-deploy.bat
STAGE2SCRIPT
:
ci-windows-deploy.bat
tags
:
tags
:
-
VS2015
-
VS2015
-
Qt5
9
-
Qt5
101
dependencies
:
dependencies
:
-
VS2015-Qt-5.
9.0
-x64
-
VS2015-Qt-5.
10.1
-x64
artifacts
:
artifacts
:
paths
:
paths
:
-
rel/*.exe
-
rel/*.exe
Deploy:VS2015-Qt-5.
9.0
-x32:
Deploy:VS2015-Qt-5.
10.1
-x32:
stage
:
Deploy
stage
:
Deploy
only
:
only
:
-
master
-
master
...
@@ -492,14 +382,14 @@ Deploy:VS2015-Qt-5.9.0-x32:
...
@@ -492,14 +382,14 @@ Deploy:VS2015-Qt-5.9.0-x32:
variables
:
variables
:
GIT_STRATEGY
:
none
GIT_STRATEGY
:
none
ARCHITECTURE
:
"
x32"
ARCHITECTURE
:
"
x32"
QT_VERSION
:
"
Qt5.
9.0
"
QT_VERSION
:
"
Qt5.
10.1
"
COMPILER
:
"
VS2015"
COMPILER
:
"
VS2015"
STAGE2SCRIPT
:
ci-windows-deploy.bat
STAGE2SCRIPT
:
ci-windows-deploy.bat
tags
:
tags
:
-
VS2015
-
VS2015
-
Qt5
9
-
Qt5
101
dependencies
:
dependencies
:
-
VS2015-Qt-5.
9.0
-x32
-
VS2015-Qt-5.
10.1
-x32
artifacts
:
artifacts
:
paths
:
paths
:
-
rel/*.exe
-
rel/*.exe
...
@@ -525,7 +415,7 @@ Deploy:VS2017-Qt-5.10.1:
...
@@ -525,7 +415,7 @@ Deploy:VS2017-Qt-5.10.1:
paths
:
paths
:
-
rel/*.exe
-
rel/*.exe
Deploy:VS2013-Qt-5.
5
.1-x64:
Deploy:VS2013-Qt-5.
10
.1-x64:
stage
:
Deploy
stage
:
Deploy
only
:
only
:
-
master
-
master
...
@@ -534,14 +424,14 @@ Deploy:VS2013-Qt-5.5.1-x64:
...
@@ -534,14 +424,14 @@ Deploy:VS2013-Qt-5.5.1-x64:
variables
:
variables
:
GIT_STRATEGY
:
none
GIT_STRATEGY
:
none
ARCHITECTURE
:
"
x64"
ARCHITECTURE
:
"
x64"
QT_VERSION
:
"
Qt5.
5
.1"
QT_VERSION
:
"
Qt5.
10
.1"
COMPILER
:
"
VS2013"
COMPILER
:
"
VS2013"
STAGE2SCRIPT
:
ci-windows-deploy.bat
STAGE2SCRIPT
:
ci-windows-deploy.bat
tags
:
tags
:
-
VS2013
-
VS2013
-
Qt5
5
1
-
Qt5
10
1
dependencies
:
dependencies
:
-
VS2013-Qt-5.
5
.1-x64
-
VS2013-Qt-5.
10
.1-x64
artifacts
:
artifacts
:
paths
:
paths
:
-
rel/*.exe
-
rel/*.exe
...
...
CI/ci-windows-build.bat
View file @
128e2b50
@echo
off
@echo
off
::########################################
::########################################
::# Fetch test data
::# Fetch test data
::########################################
::########################################
...
@@ -10,6 +11,10 @@ git clone git@roosevelt.informatik.rwth-aachen.de:moebius/OpenFlipper-Test-Data.
...
@@ -10,6 +11,10 @@ git clone git@roosevelt.informatik.rwth-aachen.de:moebius/OpenFlipper-Test-Data.
::load configuration and settings
::load configuration and settings
call
%~dp0
\ci
-windows-config
.bat
call
%~dp0
\ci
-windows-config
.bat
echo
"CMAKE_CONFIGURATION:
%CMAKE_CONFIGURATION%
"
mkdir
rel
mkdir
rel
cd
rel
cd
rel
...
...
OpenFlipper
@
19dd8917
Compare
ddb27712
...
19dd8917
Subproject commit
ddb27712fd63bf6abcc3a3a541977d1910523531
Subproject commit
19dd8917198fec77a14515c02598c39e218be830
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