Added .travis.yml to CI docker building of images

pull/97/head
Claus Strasburger 2017-08-25 11:05:57 +02:00
parent dc0fb57fb9
commit 0296adcec1
1 changed files with 18 additions and 0 deletions

18
.travis.yml Normal file
View File

@ -0,0 +1,18 @@
sudo: required
language: generic
services:
- docker
script:
- echo 'IMG_NAME="Raspbian"' >> config
# only build up to stage 2. We don't have enough space for NOOBS on travis.
- touch stage{3,4,5}/SKIP
- rm -f stage{3,4,5}/EXPORT_*
- ./build-docker.sh
- ls -lahR deploy
- "[ -s deploy/*.zip ]"