mirror of https://github.com/thesofproject/sof.git
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:
parent
d313bcf9fc
commit
af8843d110
|
@ -37,6 +37,9 @@ jobs:
|
||||||
- stage: test
|
- stage: test
|
||||||
script: ./scripts/docker-run.sh ./scripts/build-tools.sh
|
script: ./scripts/docker-run.sh ./scripts/build-tools.sh
|
||||||
env: PLATFORM=tools
|
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
|
# Matrix hack: Declare the same stage name multiple times to test multiple
|
||||||
# versions. Use a YAML alias to prevent redundancy.
|
# versions. Use a YAML alias to prevent redundancy.
|
||||||
- &qemuboottest
|
- &qemuboottest
|
||||||
|
|
Loading…
Reference in New Issue