Mods-for-HESK-Netsyms/.gitlab-ci.yml
2017-06-24 22:13:00 -04:00

12 lines
193 B
YAML

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