micropython/.github/workflows
Damien George ef16834887 github/workflows: Add workflow to build and run unix port on MIPS.
This adds a coverage build and running of the test suite on a MIPS 32-bit
big endian architecture.  It uses the feature of qemu to execute foreign
code as though it were native to the system (using qemu user mode).  The
code compiled for MIPS will run under the qemu VM, but all syscalls made by
this code go to the host (Linux) system.

See related #7268 and #7273.

Signed-off-by: Damien George <damien@micropython.org>
2021-05-26 16:33:18 +10:00
..
code_formatting.yml
code_size.yml github/workflows: Fix code-size CI workflow. 2021-01-24 14:56:40 +11:00
commit_formatting.yml github/workflows: Add workflow to verify commit message format. 2021-01-30 14:09:21 +11:00
docs.yml
ports_cc3200.yml
ports_esp32.yml tools/ci.sh: Build esp32 using IDF v4.0.2 and v4.3. 2021-04-15 10:31:06 +10:00
ports_esp8266.yml tools/ci.sh: Put echo of CI path in a separate function. 2020-12-14 13:05:43 +11:00
ports_mimxrt.yml github/workflows: Add CI workflow for mimxrt port. 2021-05-26 00:12:45 +10:00
ports_nrf.yml
ports_powerpc.yml
ports_qemu-arm.yml github/workflows: Run unix and qemu-arm workflows when tests change. 2020-11-30 10:48:41 +11:00
ports_rp2.yml github/workflows: Add CI workflow for rp2 port. 2021-01-30 00:42:29 +11:00
ports_samd.yml
ports_stm32.yml
ports_teensy.yml
ports_unix.yml github/workflows: Add workflow to build and run unix port on MIPS. 2021-05-26 16:33:18 +10:00
ports_windows.yml
ports_zephyr.yml