You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
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.
This commit is contained in:
committed by
Damien George
parent
f03d030080
commit
5cfc09ffca
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user