From ee6f54b8432d542dce57a4112fe5b50db6c3e741 Mon Sep 17 00:00:00 2001 From: Pan Xiuli Date: Thu, 15 Nov 2018 14:45:21 +0800 Subject: [PATCH] ci: travis: add test topology Build tests for travis CI Signed-off-by: Pan Xiuli --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 12533d10f..58c664662 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: