1
0
Fork 0
VideoPlayer/.travis.yml

16 lines
436 B
YAML
Raw Normal View History

2018-10-23 16:20:14 +01:00
sudo: require
2018-11-05 13:09:52 +00:00
services:
- docker
2018-10-23 15:54:42 +01:00
2018-10-23 16:20:14 +01:00
before_install:
2018-11-05 13:09:52 +00:00
- docker pull namedkitten/kittehplayerdocker
2018-10-23 16:20:14 +01:00
script:
2018-11-05 13:09:52 +00:00
- docker run namedkitten/kittehplayerdocker -e GITHUB_TOKEN=$GITHUB_TOKEN /bin/sh -c "git clone https://github.com/namedkitten/KittehPlayer; cd KittehPlayer; scripts/makeappimage.sh; scripts/upload.sh"
2018-10-13 15:38:31 +01:00
branches:
except:
- # Do not build tags that we create when we upload to GitHub Releases
- /^(?i:continuous)/