Skip to content

Commit

Permalink
CI: travis: Add host-testbecnh
Browse files Browse the repository at this point in the history
build test topology.
builg host-testbench
Test with host-testbench.

Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
  • Loading branch information
xiulipan authored and lgirdwood committed Apr 3, 2020
1 parent a2ac3c3 commit 1ecf435
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
stages:
- test
- qemutest
- testbench

before_install:
- docker pull thesofproject/sof && docker tag thesofproject/sof sof
Expand Down Expand Up @@ -74,3 +75,8 @@ jobs:
env: PLATFORM=imx8x
- <<: *qemuboottest
env: PLATFORM=imx8m
- stage: testbench
script:
- ./scripts/docker-run.sh ./scripts/build-tools.sh -t &> /dev/null
- ./scripts/docker-run.sh ./scripts/host-build-all.sh
- ./scripts/host-testbench.sh

0 comments on commit 1ecf435

Please sign in to comment.