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
argo
argopkgs
Commits
8c511cc6
Commit
8c511cc6
authored
Feb 17, 2019
by
Valentin Reis
Browse files
typos
parent
f0e476d8
Pipeline
#5385
passed with stages
in 1 minute and 14 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gitlab-ci/components.yml
View file @
8c511cc6
...
...
@@ -4,29 +4,28 @@
#Extra argonix arguments
#EXTRA
.
test
:
stage
:
test
.
build
:
stage
:
build
tags
:
-
integration
###### integration tests
nrm.build
:
extends
:
.
test
extends
:
.
build
script
:
-
"
argonix
build
nrm
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
libnrm.build
:
extends
:
.
test
extends
:
.
build
script
:
-
"
argonix
build
libnrm
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
containers.build
:
extends
:
.
test
extends
:
.
build
script
:
-
"
argonix
build
containers
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
argotk.build
:
extends
:
.
test
extends
:
.
build
script
:
-
"
argonix
build
argotk
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
tags
:
...
...
gitlab-ci/integration.yml
View file @
8c511cc6
...
...
@@ -9,23 +9,22 @@
tags
:
-
integration
###### integration tests
testHello.build
:
testHello.test
:
extends
:
.test
script
:
-
"
argonix
build
testHello
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
testListen.
build
:
testListen.
test
:
extends
:
.test
script
:
-
"
argonix
build
testListen
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
testPerfwrapper.
build
:
testPerfwrapper.
test
:
extends
:
.test
script
:
-
"
argonix
build
testPerfwrapper
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
testPower.
build
:
testPower.
test
:
extends
:
.test
script
:
-
"
argonix
build
testPower
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
...
...
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