Add GitLab CI config from latest-fc
This commit is contained in:
parent
a17b231acf
commit
b674c0f241
1 changed files with 10 additions and 0 deletions
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
include:
|
||||
- template: Jobs/Code-Quality.gitlab-ci.yml
|
||||
|
||||
stages:
|
||||
- test
|
||||
|
||||
trigger_build_peerplays:
|
||||
stage: test
|
||||
script:
|
||||
- "curl -X POST -F token=$CI_JOB_TOKEN -F ref=$REF_NAME https://gitlab.com/api/v4/projects/10735589/trigger/pipeline"
|
||||
Loading…
Reference in a new issue