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.
18 lines
360 B
YAML
18 lines
360 B
YAML
language: generic
|
|
|
|
services:
|
|
- docker
|
|
|
|
git:
|
|
submodules: false # Avoid trying to checkout private data/ submodule
|
|
|
|
install:
|
|
- FORCE_GET_FROM_WEB=y ./build
|
|
|
|
script:
|
|
- curl -O https://qurator-data.de/examples/actevedef_718448162.first-page.zip
|
|
- unzip actevedef_718448162.first-page.zip
|
|
- cd actevedef_718448162.first-page
|
|
|
|
- $TRAVIS_BUILD_DIR/run
|