Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenFlipper-Free
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
24
Issues
24
List
Boards
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
3d9fb2de
Commit
3d9fb2de
authored
Aug 08, 2017
by
Martin Schultz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added gitlab jobs for intel compiler
parent
eae59edf
Pipeline
#5533
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
67 additions
and
4 deletions
+67
-4
.gitlab-ci.yml
.gitlab-ci.yml
+67
-4
No files found.
.gitlab-ci.yml
View file @
3d9fb2de
...
...
@@ -229,6 +229,38 @@ VS2013-Qt-5.5.1-x64:
artifacts
:
paths
:
-
rel/
INTEL-Qt-5.5.1-x64
:
script
:
"
CI
\\
ci-windows-build.bat"
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
ARCHITECTURE
:
"
x64"
QT_VERSION
:
"
Qt5.5.1"
COMPILER
:
"
VS2013"
TOOLSET
:
"
intel"
tags
:
-
VS2013
-
Qt551
-
intel
artifacts
:
paths
:
-
rel/
INTEL-Qt-5.9.0-x64
:
script
:
"
CI
\\
ci-windows-build.bat"
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
ARCHITECTURE
:
"
x64"
QT_VERSION
:
"
Qt5.9.0"
COMPILER
:
"
VS2013"
TOOLSET
:
"
intel"
tags
:
-
VS2013
-
intel
artifacts
:
paths
:
-
rel/
Test:VS2015-Qt-5.6.2-x64:
stage
:
Test
...
...
@@ -317,6 +349,37 @@ Test:VS2013-Qt-5.5.1-x64:
paths
:
-
rel/Testing/Temporary/LastTest.log
Test:INTEL-Qt-5.5.1-x64:
script
:
"
CI
\\
ci-windows-test.bat"
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
ARCHITECTURE
:
"
x64"
QT_VERSION
:
"
Qt5.5.1"
COMPILER
:
"
VS2013"
TOOLSET
:
"
intel"
tags
:
-
VS2013
-
Qt551
-
intel
artifacts
:
paths
:
-
rel/Testing/Temporary/LastTest.log
Test:INTEL-Qt-5.9.0-x64:
script
:
"
CI
\\
ci-windows-test.bat"
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
ARCHITECTURE
:
"
x64"
QT_VERSION
:
"
Qt5.9.0"
COMPILER
:
"
VS2013"
TOOLSET
:
"
intel"
tags
:
-
VS2013
-
intel
artifacts
:
paths
:
-
rel/Testing/Temporary/LastTest.log
Deploy:VS2015-Qt-5.6.2-x64:
stage
:
Deploy
...
...
@@ -420,8 +483,8 @@ Deploy:VS2013-Qt-5.5.1-x64:
paths
:
-
rel/*.exe
INTEL-Qt-5.5.1-x64
:
script
:
"
CI
\\
ci-windows.bat"
Test:
INTEL-Qt-5.5.1-x64:
script
:
"
CI
\\
ci-windows
-deploy
.bat"
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
ARCHITECTURE
:
"
x64"
...
...
@@ -436,8 +499,8 @@ INTEL-Qt-5.5.1-x64:
paths
:
-
rel/*.exe
INTEL-Qt-5.9.0-x64
:
script
:
"
CI
\\
ci-windows.bat"
Test:
INTEL-Qt-5.9.0-x64:
script
:
"
CI
\\
ci-windows
-deploy
.bat"
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
ARCHITECTURE
:
"
x64"
...
...
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