1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-10-06 09:17:07 +02:00
ScreenPlay/.gitlab-ci.yml

15 lines
368 B
YAML
Raw Normal View History

include:
- ".gitlab/ci/base_jobs.yml"
- ".gitlab/ci/build_jobs.yml"
2023-08-11 17:01:37 +02:00
- ".gitlab/ci/build_release_jobs.yml"
- ".gitlab/ci/check_jobs.yml"
2018-11-08 21:08:33 +01:00
stages:
2022-08-14 12:02:55 +02:00
- build
2022-04-24 16:38:12 +02:00
- check
2018-11-08 21:08:33 +01:00
2022-08-14 12:02:55 +02:00
documentation:
2021-05-13 12:22:46 +02:00
stage: .post
script:
- curl --request POST --form "token=$CI_JOB_TOKEN" --form ref=master https://gitlab.com/api/v4/projects/15800262/trigger/pipeline