clrghouz/.gitlab-ci.yml

15 lines
251 B
YAML
Raw Normal View History

2021-06-13 13:23:19 +00:00
stages:
- test
- build
2021-06-13 13:23:19 +00:00
# This folder is cached between builds
# http://docs.gitlab.com/ce/ci/yaml/README.html#cache
cache:
key: ${CI_JOB_NAME_SLUG}-${CI_COMMIT_REF_SLUG}
2021-06-13 13:23:19 +00:00
paths:
- vendor/
2021-06-13 13:23:19 +00:00
include:
- .gitlab-test.yml
- .gitlab-docker-x86_64.yml