2015-08-04 17:26:38 +07:00
|
|
|
env:
|
2015-10-08 00:31:12 +07:00
|
|
|
- PLATFORM=debian-wheezy
|
|
|
|
- PLATFORM=debian-jessie
|
2015-08-04 17:26:38 +07:00
|
|
|
|
2015-10-08 00:31:12 +07:00
|
|
|
sudo: required
|
2015-08-04 17:26:38 +07:00
|
|
|
|
2015-10-08 00:31:12 +07:00
|
|
|
language: python
|
|
|
|
|
|
|
|
services:
|
|
|
|
- docker
|
2015-08-04 17:26:38 +07:00
|
|
|
|
|
|
|
script:
|
2015-10-08 00:31:12 +07:00
|
|
|
- docker build -f tests/$PLATFORM.Dockerfile -t test-$PLATFORM . && docker run --name $PLATFORM test-$PLATFORM
|