blob: 12533d10f63ea887d6dcf2bf2a660ce98713d4f6 [file] [log] [blame]
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