ci: travis: add test topology

Build tests for travis CI

Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
This commit is contained in:
Pan Xiuli 2018-11-15 14:45:21 +08:00
parent 7f3b59b888
commit ee6f54b843
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ services:
before_install: before_install:
- docker pull xiulipan/sof - docker pull xiulipan/sof
- echo -e '#!/bin/bash \n./autogen.sh && ./configure && make' > quickbuild.sh - echo -e '#!/bin/bash \n./autogen.sh && ./configure && make && make tests 1>/dev/null' > quickbuild.sh
- chmod 755 quickbuild.sh - chmod 755 quickbuild.sh
script: script: