Merge pull request #207 from xiulipan/travisciupdate

ci: travis: update to use docker hub image
This commit is contained in:
Liam Girdwood 2018-08-07 09:41:41 -07:00 committed by GitHub
commit 31d8aa4c7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -6,8 +6,7 @@ services:
- docker
before_install:
- touch apt.conf
- docker build --build-arg UID=$(id -u) -f ./scripts/docker_build/Dockerfile -t sof .
- docker pull xiulipan/sof
script:
- docker run -it -v `pwd`:/home/sof/work/sof.git -v `pwd`/../soft.git:/home/sof/work/soft.git --user `id -u` sof ./scripts/xtensa-build-all.sh -l
- docker run -it -v `pwd`:/home/sof/work/sof.git -v `pwd`/../soft.git:/home/sof/work/soft.git --user `id -u` xiulipan/sof ./scripts/xtensa-build-all.sh -l