Skip to content

Commit 7364f0c

Browse files
committed
ci: travis-ci: add initial travis.ci configuration file.
This file should install a docker image and build all targets using gcc. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
1 parent ffb4d7b commit 7364f0c

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
sudo: required
2+
3+
language: c
4+
5+
services:
6+
- docker
7+
8+
before_install:
9+
- docker build --build-arg UID=$(id -u) -t sof .
10+
11+
script:
12+
- docker run -it -v `pwd`:/home/sof/work/sof.git \
13+
-v `pwd`/../soft.git:/home/sof/work/soft.git \
14+
--user `id -u` sof ./scripts/xtensa-build-all.sh -l

0 commit comments

Comments
 (0)