From 5cfc09ffca3203eb474aec478b8baf1f35fd2a0b Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Tue, 26 May 2020 13:18:41 +0930 Subject: [PATCH] travis: For powerpc job, build both UART variants. 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. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 133035949d..414fe2b59d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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