You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mods-for-HESK-Netsyms/.gitlab-ci.yml

15 lines
255 B
YAML

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