blob: 94c5731e069f59cba564ca02217f2b6debef4ccf [file] [log] [blame]
Ash Wilson628cf3b2016-01-30 14:13:08 -08001matrix:
2 include:
3 - os: linux
Ash Wilson45e4c852016-01-30 16:12:21 -08004 env: DOCKERFILE=Ubuntu14.docker IMGNAME=ubu-grgsm SRC_IMGNAME=ubuntu:14.04
Ash Wilson232d7862016-01-30 16:26:17 -08005 sudo: required
6 services:
7 -docker
Ash Wilson628cf3b2016-01-30 14:13:08 -08008
Ash Wilson96a56b42016-01-30 15:13:13 -08009before_install:
Ash Wilson45e4c852016-01-30 16:12:21 -080010 - cat $DOCKERFILE | sed -e 's/SOURCE_IMAGE_NAME/$SRC_IMGNAME/g' > Dockerfile
Ash Wilson119935b2016-01-30 16:19:19 -080011 - docker build -t $IMGNAME .
Ash Wilson96a56b42016-01-30 15:13:13 -080012
13script:
Ash Wilson119935b2016-01-30 16:19:19 -080014 - docker run -it --rm $IMGNAME /build_test_scripts/decode.sh