We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ab4c61 + 11928f6 commit 31d8aa4Copy full SHA for 31d8aa4
1 file changed
.travis.yml
@@ -6,8 +6,7 @@ services:
6
- docker
7
8
before_install:
9
- - touch apt.conf
10
- - docker build --build-arg UID=$(id -u) -f ./scripts/docker_build/Dockerfile -t sof .
+ - docker pull xiulipan/sof
11
12
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
+ - 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