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
3e21ef21
Commit
3e21ef21
authored
Oct 19, 2016
by
Jan Möbius
Browse files
Removed debug, correct artifacts
parent
5fd10ff7
Pipeline
#3174
canceled with stage
in 25 minutes and 12 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3e21ef21
...
...
@@ -28,7 +28,7 @@ VS2015-Qt-5.6.0-x64:
-
Qt56
artifacts
:
paths
:
-
rel/
Build/
*.exe
-
rel/*.exe
VS2015-Qt-5.6.0-x32
:
script
:
"
CI
\\
VS2015-Qt-5.6.0-x32.bat"
...
...
@@ -40,7 +40,7 @@ VS2015-Qt-5.6.0-x32:
-
Qt56
artifacts
:
paths
:
-
rel/
Build/
*.exe
-
rel/*.exe
VS2013-Qt-5.5.1-x64
:
...
...
@@ -53,4 +53,4 @@ VS2013-Qt-5.5.1-x64:
-
Qt551
artifacts
:
paths
:
-
rel/
Build/
*.exe
-
rel/*.exe
CI/VS2013-Qt-5.5.1-x64.bat
View file @
3e21ef21
...
...
@@ -35,33 +35,31 @@ IF %errorlevel% NEQ 0 exit /b %errorlevel%
IF
%errorlevel%
NEQ
0
exit
/b
%errorlevel%
echo
%errorlevel%
set
BUILD_PLATFORM
=
VS2013
del
*
.exe
%VS_PATH%
/Build
"Release"
OpenFlipper
.sln
/Project
"PACKAGE"
IF
%errorlevel%
NEQ
0
exit
/b
%errorlevel%
move
OpenFlipper
-*
.exe
"OpenFlipper-Free-Git-Master-
%GIT_COMMIT%
-
%BUILD_PLATFORM%
-
%STRING_ARCH%
-
%QT_VERSION%
.exe"
cd
tests
copy
..\Build\Qt
*
.dll
testBinaries
copy
..\Build\icu
*
.dll
testBinaries
run_tests
.bat
echo
%errorlevel%
IF
%errorlevel%
NEQ
0
exit
/b
%errorlevel%
pwd
IF
%errorlevel%
NEQ
0
exit
/b
%errorlevel%
pwd
cd
..
pwd
set
BUILD_PLATFORM
=
VS2013
del
*
.exe
%VS_PATH%
/Build
"Release"
OpenFlipper
.sln
/Project
"PACKAGE"
IF
%errorlevel%
NEQ
0
exit
/b
%errorlevel%
move
OpenFlipper
-*
.exe
"OpenFlipper-Free-Git-Master-
%GIT_COMMIT%
-
%BUILD_PLATFORM%
-
%STRING_ARCH%
-
%QT_VERSION%
.exe"
CI/VS2015-Qt-5.6.0-x32.bat
View file @
3e21ef21
...
...
@@ -46,24 +46,13 @@ IF %errorlevel% NEQ 0 exit /b %errorlevel%
move
OpenFlipper
-*
.exe
"OpenFlipper-Free-Git-Master-
%GIT_COMMIT%
-
%BUILD_PLATFORM%
-
%STRING_ARCH%
-
%QT_VERSION%
.exe"
cd
tests
copy
..\Build\Qt
*
.dll
testBinaries
copy
..\Build\icu
*
.dll
testBinaries
run_tests
.bat
pwd
echo
%errorlevel%
IF
%errorlevel%
NEQ
0
exit
/b
%errorlevel%
pwd
cd
..
pwd
...
...
CI/VS2015-Qt-5.6.0-x64.bat
View file @
3e21ef21
...
...
@@ -46,24 +46,13 @@ IF %errorlevel% NEQ 0 exit /b %errorlevel%
move
OpenFlipper
-*
.exe
"OpenFlipper-Free-Git-Master-
%GIT_COMMIT%
-
%BUILD_PLATFORM%
-
%STRING_ARCH%
-
%QT_VERSION%
.exe"
cd
tests
copy
..\Build\Qt
*
.dll
testBinaries
copy
..\Build\icu
*
.dll
testBinaries
run_tests
.bat
pwd
echo
%errorlevel%
IF
%errorlevel%
NEQ
0
exit
/b
%errorlevel%
pwd
cd
..
pwd
...
...
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