phpldapadmin/.gitlab-ci.yml

15 lines
241 B
YAML
Raw Normal View History

stages:
2021-03-02 12:16:19 +00:00
- test
- build
2020-08-23 02:30:18 +00:00
# This folder is cached between builds
# http://docs.gitlab.com/ce/ci/yaml/README.html#cache
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
2021-03-02 12:16:19 +00:00
- vendor/
2021-03-02 12:16:19 +00:00
include:
- .gitlab-test.yml
- .gitlab-docker-x86_64.yml