Added .gitlab-ci.yml

This commit is contained in:
Roshan Syed 2020-07-09 13:11:09 +00:00
parent 13b7cfaec7
commit b99585ca69

10
.gitlab-ci.yml Normal file
View 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"