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:
parent
7f3b59b888
commit
ee6f54b843
|
@ -7,7 +7,7 @@ services:
|
|||
|
||||
before_install:
|
||||
- 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
|
||||
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue