Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
aml
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
27
Issues
27
List
Boards
Labels
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
argo
aml
Commits
9a038168
Commit
9a038168
authored
Jul 02, 2018
by
Swann Perarnau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[feature] Add KNL CI to pipeline
parent
2a53c137
Pipeline
#6942
failed with stage
in 6 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
.gitlab-ci.yml
.gitlab-ci.yml
+19
-0
No files found.
.gitlab-ci.yml
View file @
9a038168
...
...
@@ -17,3 +17,22 @@ make:generic:
except
:
-
/^wip.*/
-
/^WIP.*/
make:knl:
stage
:
build
script
:
-
./autogen.sh
-
mkdir build
-
./configure --prefix=`pwd`/build
-
make
-
make install
-
make check
artifacts
:
when
:
on_failure
paths
:
-
tests/*.log
except
:
-
/^wip.*/
-
/^WIP.*/
tags
:
-
knl
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