Skip to content

Commit

Permalink
travis: For powerpc job, build both UART variants.
Browse files Browse the repository at this point in the history
The powerpc port can be built with two different UART drivers, so build
both in CI.

The default compiler is now powerpc64le-linux-gnu- so it does not need to
be specified on the command line.
  • Loading branch information
shenki authored and dpgeorge committed May 29, 2020
1 parent f03d030 commit 5cfc09f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -355,4 +355,5 @@ jobs:
install:
- sudo apt-get install gcc-powerpc64le-linux-gnu libc6-dev-ppc64el-cross
script:
- make ${MAKEOPTS} -C ports/powerpc CROSS_COMPILE=powerpc64le-linux-gnu-
- make ${MAKEOPTS} -C ports/powerpc UART=potato
- make ${MAKEOPTS} -C ports/powerpc UART=lpc_serial

0 comments on commit 5cfc09f

Please sign in to comment.