From b674c0f241b783d9ae57f8838fb0c4bd072c9858 Mon Sep 17 00:00:00 2001 From: Nathaniel Date: Tue, 8 Feb 2022 17:42:19 -0600 Subject: [PATCH] Add GitLab CI config from latest-fc --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..ccc5446 --- /dev/null +++ b/.gitlab-ci.yml @@ -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"