Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
argopkgs
Commits
5509766f
Commit
5509766f
authored
Feb 16, 2019
by
Valentin Reis
Browse files
testing ci format
parent
3a986d0c
Pipeline
#5349
passed with stage
in 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5509766f
...
...
@@ -21,41 +21,41 @@ stages:
nrm.build
:
extends
:
.build
script
:
-
"
argonix
build
nrm
--argopkgs
.
$EXTRA"
-
"
argonix
build
nrm
--argopkgs
$ARGOPKGS
$EXTRA"
libnrm.build
:
extends
:
.build
script
:
-
"
argonix
build
libnrm
--argopkgs
.
$EXTRA"
-
"
argonix
build
libnrm
--argopkgs
$ARGOPKGS
$EXTRA"
containers.build
:
extends
:
.build
script
:
-
"
argonix
build
containers
--argopkgs
.
$EXTRA"
-
"
argonix
build
containers
--argopkgs
$ARGOPKGS
$EXTRA"
argotk.build
:
extends
:
.build
script
:
-
"
argonix
build
argotk
--argopkgs
.
$EXTRA"
-
"
argonix
build
argotk
--argopkgs
$ARGOPKGS
$EXTRA"
testHello.build
:
extends
:
.test
script
:
-
"
argonix
build
testHello
--argopkgs
.
$EXTRA"
-
"
argonix
build
testHello
--argopkgs
$ARGOPKGS
$EXTRA"
testListen.build
:
extends
:
.test
script
:
-
"
argonix
build
testListen
--argopkgs
.
$EXTRA"
-
"
argonix
build
testListen
--argopkgs
$ARGOPKGS
$EXTRA"
testPerfwrapper.build
:
extends
:
.test
script
:
-
"
argonix
build
testPerfwrapper
--argopkgs
.
$EXTRA"
-
"
argonix
build
testPerfwrapper
--argopkgs
$ARGOPKGS
$EXTRA"
testPower.build
:
extends
:
.test
script
:
-
"
argonix
build
testPower
--argopkgs
.
$EXTRA"
-
"
argonix
build
testPower
--argopkgs
$ARGOPKGS
$EXTRA"
tags
:
-
knl
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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