11 lines
210 B
YAML
11 lines
210 B
YAML
|
# Select image from https://hub.docker.com/
|
||
|
image: nextcloud:latest
|
||
|
|
||
|
before_script:
|
||
|
# Install dependencies
|
||
|
- bash ci/docker_install.sh
|
||
|
|
||
|
test:app:
|
||
|
script:
|
||
|
- phpunit --configuration /data/gpxedit/phpunit.xml
|