您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
Mods-for-HESK-Netsyms/.gitlab-ci.yml

10 行
137 B
YAML

image: php:7.0
before_script:
- bash ci/docker_install.sh > /dev/null
test:app:
when: manual
script:
- cd api/Tests
- phpunit