Skip to content

Commit 31d8aa4

Browse files
authored
Merge pull request #207 from xiulipan/travisciupdate
ci: travis: update to use docker hub image
2 parents 8ab4c61 + 11928f6 commit 31d8aa4

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ services:
66
- docker
77

88
before_install:
9-
- touch apt.conf
10-
- docker build --build-arg UID=$(id -u) -f ./scripts/docker_build/Dockerfile -t sof .
9+
- docker pull xiulipan/sof
1110

1211
script:
13-
- 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
12+
- 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

0 commit comments

Comments
 (0)