Skip to content

Commit

Permalink
CI: travis: add host build
Browse files Browse the repository at this point in the history
host build is missing during previous scripts refine.

Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
  • Loading branch information
xiulipan authored and lgirdwood committed Feb 28, 2020
1 parent d313bcf commit af8843d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af8843d

Please sign in to comment.