From af8843d110556bf9056f722df7b4dfade28cb30c Mon Sep 17 00:00:00 2001 From: Pan Xiuli Date: Thu, 27 Feb 2020 17:45:23 +0800 Subject: [PATCH] CI: travis: add host build host build is missing during previous scripts refine. Signed-off-by: Pan Xiuli --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 923a3f670..375c6d736 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,9 @@ jobs: - stage: test script: ./scripts/docker-run.sh ./scripts/build-tools.sh env: PLATFORM=tools + - stage: test + script: ./scripts/docker-run.sh ./scripts/host-build-all.sh -l + env: PLATFORM=host # Matrix hack: Declare the same stage name multiple times to test multiple # versions. Use a YAML alias to prevent redundancy. - &qemuboottest