.travis.yml: build Sue Creek

Sue Creek is the only platform using the ALIGN() macro in assembly. If
it had been built in CI then we would have avoided the ALIGN()
regression in commit 39266cac81 ("core: assure alignment is only done
on power of 2 values"). Building Sue Creek is practically free and finds
bugs so let's build it.

I'm aware Travis isn't the future but it's still running for now and
this is a tiny and totally trivial change that took 1/100 of the time
spent writing this commit message. It's also a reminder not to forget
Sue Creek in whatever will replace Travis.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
Marc Herbert 2021-01-16 01:17:00 +00:00 committed by Liam Girdwood
parent fadd8e7077
commit 027bda1fcd
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@ jobs:
./scripts/docker-run.sh ./scripts/xtensa-build-all.sh -r $PLATFORM
env: PLATFORM='jsl'
- <<: *build-platform
env: PLATFORM='sue'
- <<: *build-platform
env: PLATFORM='tgl'