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.
pull/6085/head
Joel Stanley 2020-05-26 13:18:41 +09:30 zatwierdzone przez Damien George
rodzic f03d030080
commit 5cfc09ffca
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -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