CI: travis: add host build

host build is missing during previous scripts refine.

Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
This commit is contained in:
Pan Xiuli 2020-02-27 17:45:23 +08:00 committed by Liam Girdwood
parent d313bcf9fc
commit af8843d110
1 changed files with 3 additions and 0 deletions

View File

@ -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