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
Switch
RetroArch
snes9x
Commits
ee6bdd41
Commit
ee6bdd41
authored
Jun 23, 2018
by
Starcarr
Browse files
[CICD] Added stage to the jobs so that they look better on the pipeline summary
parent
e51f6fc7
Pipeline
#625
passed with stage
in 4 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ee6bdd41
variables
:
PACKAGE_FOLDER
:
"
snes9x"
stages
:
-
package
package
:
stage
:
package
image
:
starcarr/libnx:latest
script
:
-
sh build.sh $PACKAGE_FOLDER master
...
...
@@ -13,6 +17,7 @@ package:
-
master
nightly
:
stage
:
package
image
:
starcarr/libnx:nightly
script
:
-
sh build.sh $PACKAGE_FOLDER develop
...
...
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