Skip to content

Commit 112649b

Browse files
committed
travis/powerpc: Build both UART variants
The powerpc port can be build with two different uart drivers. Build both in CI. The default compiler is now powerpc64le-linux-gnu- so it does not need to be specified on the command line. Signed-off-by: Joel Stanley <joel@jms.id.au>
1 parent 589d121 commit 112649b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,4 +355,5 @@ jobs:
355355
install:
356356
- sudo apt-get install gcc-powerpc64le-linux-gnu libc6-dev-ppc64el-cross
357357
script:
358-
- make ${MAKEOPTS} -C ports/powerpc CROSS_COMPILE=powerpc64le-linux-gnu-
358+
- make ${MAKEOPTS} -C ports/powerpc UART=potato
359+
- make ${MAKEOPTS} -C ports/powerpc UART=lpc_serial

0 commit comments

Comments
 (0)