Files
docker-guacamole/.travis.yml
T
2017-12-06 18:42:15 +11:00

12 lines
350 B
YAML

services:
- docker
before_install:
- git clone https://github.com/oznu/docker-arm-ci.git ~/docker-arm-ci
before_script:
- export TARGET_IMAGE_TAG=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then if [ "$TRAVIS_BRANCH" = "master" ]; then echo "armhf"; else echo "$TRAVIS_BRANCH-armhf"; fi; else echo ""; fi)
script:
- ~/docker-arm-ci/run.sh