Merge pull request #52 from xiulipan/travisci

ci: travis: enable travis ci for SOFT
This commit is contained in:
Liam Girdwood 2018-08-09 05:59:44 -07:00 committed by GitHub
commit fe1f3ba180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
sudo: required
language: c
services:
- docker
before_install:
- docker pull xiulipan/sof
- echo -e '#!/bin/bash \n./autogen.sh && ./configure && make' > quickbuild.sh
- chmod 755 quickbuild.sh
script:
- docker run -it -v `pwd`:/home/sof/work/sof.git --user `id -u` xiulipan/sof ./quickbuild.sh