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
RetroArch
Commits
e38f0afe
Commit
e38f0afe
authored
Aug 12, 2018
by
M4xw
🍗
Browse files
Add pipeline triggers.
parent
8b805c5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e38f0afe
...
...
@@ -4,6 +4,9 @@ variables:
trigger_build
:
script
:
-
"
curl
-X
POST
-F
token=$TOKEN_SNES9X2010
-F
ref=$BRANCH
https://git.m4xw.net/api/v4/projects/87/trigger/pipeline"
-
"
curl
-X
POST
-F
token=$TOKEN_DOSBOX
-F
ref=$BRANCH
https://git.m4xw.net/api/v4/projects/129/trigger/pipeline"
-
"
curl
-X
POST
-F
token=$TOKEN_PICODRIVE
-F
ref=$BRANCH
https://git.m4xw.net/api/v4/projects/132/trigger/pipeline"
-
"
curl
-X
POST
-F
token=$TOKEN_FMSX
-F
ref=$BRANCH
https://git.m4xw.net/api/v4/projects/133/trigger/pipeline"
-
"
curl
-X
POST
-F
token=$TOKEN_FCEUMM
-F
ref=$BRANCH
https://git.m4xw.net/api/v4/projects/85/trigger/pipeline"
-
"
curl
-X
POST
-F
token=$TOKEN_VBANEXT
-F
ref=$BRANCH
https://git.m4xw.net/api/v4/projects/83/trigger/pipeline"
-
"
curl
-X
POST
-F
token=$TOKEN_SNES9X
-F
ref=$BRANCH
https://git.m4xw.net/api/v4/projects/80/trigger/pipeline"
...
...
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