Skip to content

Commit

Permalink
CI: travis: update with IMX8 support
Browse files Browse the repository at this point in the history
Add IMX8 build test in travis CI.

Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
  • Loading branch information
xiulipan authored and jajanusz committed May 30, 2019
1 parent 9c15883 commit 8901e0c
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 @@ -45,6 +45,9 @@ jobs:
- stage: compile
name: "ICL Build"
script: ./scripts/docker-run.sh ./scripts/xtensa-build-all.sh -l icl
- stage: compile
name: "IMX8 Build"
script: ./scripts/docker-run.sh ./scripts/xtensa-build-all.sh -l imx8
- stage: compile
name: "Host Build"
script: ./scripts/docker-run.sh ./scripts/host-build-all.sh -l
Expand Down

0 comments on commit 8901e0c

Please sign in to comment.