diff options
| author | Damien George | 2020-06-18 10:59:53 +1000 |
|---|---|---|
| committer | Damien George | 2020-06-22 13:42:24 +1000 |
| commit | ac15be9365808919dc18c6fbfee55e074671c2aa (patch) | |
| tree | 4cdc437f15a0e219b3665fddbe40a1219c0e408a | |
| parent | f1ba2c9d88078df8758ee9072b02d48e70c0b305 (diff) | |
travis: Build qemu-arm with MP_ENDIANNESS_BIG=1 to test bigendian build.
Eventually it would be good to run the full test suite on a big-endian
system, but for now this will help to catch build errors with the
big-endian configuration.
Signed-off-by: Damien George <damien@micropython.org>
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1cb5575c7..09da9598e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -90,6 +90,8 @@ jobs: - qemu-system-arm --version script: - make ${MAKEOPTS} -C mpy-cross + - make ${MAKEOPTS} -C ports/qemu-arm CFLAGS_EXTRA=-DMP_ENDIANNESS_BIG=1 + - make ${MAKEOPTS} -C ports/qemu-arm clean - make ${MAKEOPTS} -C ports/qemu-arm -f Makefile.test test after_failure: - grep --text "FAIL" ports/qemu-arm/build/console.out |
