Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OpenFlipper-Free
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenFlipper-Free
OpenFlipper-Free
Merge requests
!329
Move to qt 5.7 for vs2013
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Move to qt 5.7 for vs2013
Move_to_Qt-5.7_for_VS2013
into
master
Overview
0
Commits
10
Pipelines
0
Changes
3
Merged
Jan Möbius
requested to merge
Move_to_Qt-5.7_for_VS2013
into
master
6 years ago
Overview
0
Commits
10
Pipelines
0
Changes
3
Expand
0
0
Merge request reports
Compare
master
version 1
b09c4fd2
6 years ago
master (base)
and
latest version
latest version
7e3c3619
10 commits,
6 years ago
version 1
b09c4fd2
9 commits,
6 years ago
3 files
+
40
−
145
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
CI/ci-windows-build.bat
+
6
−
1
Options
@echo
off
::########################################
::# Fetch test data
::########################################
@@ -10,6 +11,10 @@ git clone git@roosevelt.informatik.rwth-aachen.de:moebius/OpenFlipper-Test-Data.
::load configuration and settings
call
%~dp0
\ci
-windows-config
.bat
echo
"CMAKE_CONFIGURATION:
%CMAKE_CONFIGURATION%
"
mkdir
rel
cd
rel
@@ -35,4 +40,4 @@ cd ..
robocopy
.
artifacts
/e /NFL /NDL /NJH /NJS /nc /ns /np /xd
artifacts
/xd
.git
::robocopy uses some error codes different from 0
IF
%errorlevel%
LSS
8
exit
/b
0
\ No newline at end of file
IF
%errorlevel%
LSS
8
exit
/b
0
Loading