redirect/.gitlab-ci.yml

15 lines
251 B
YAML
Raw Normal View History

stages:
2023-02-05 02:30:12 +00:00
# test
- build
# This folder is cached between builds
# http://docs.gitlab.com/ce/ci/yaml/README.html#cache
cache:
2023-02-05 02:30:12 +00:00
key: ${CI_JOB_NAME_SLUG}-${CI_COMMIT_REF_SLUG}
paths:
2023-02-05 02:30:12 +00:00
- vendor/
include:
2023-02-05 02:30:12 +00:00
# .gitlab-test.yml
- .gitlab-docker-x86_64.yml