8000 travis: Compile test gd32vf103 port. · micropython/micropython@a0b8e86 · GitHub
[go: up one dir, main page]

Skip to content

Commit a0b8e86

Browse files
committed
travis: Compile test gd32vf103 port.
1 parent 0914118 commit a0b8e86

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,3 +394,15 @@ jobs:
394394
script:
395395
- make ${MAKEOPTS} -C ports/powerpc UART=potato
396396
- make ${MAKEOPTS} -C ports/powerpc UART=lpc_serial
397+
398+
# gd32vf103 port
399+
- stage: test
400+
name: "gd32vf103 port build"
401+
os: linux
402+
dist: focal
403+
install:
404+
- sudo apt-get install gcc-riscv64-unknown-elf gcc-riscv64-linux-gnu
405+
script:
406+
- make ${MAKEOPTS} -C ports/gd32vf103 submodules
407+
- make ${MAKEOPTS} -C ports/gd32vf103 BUILD=build-baremetal
408+
- make ${MAKEOPTS} -C ports/gd32vf103 BUILD=build-linux CROSS_COMPILE=riscv64-linux-gnu-

0 commit comments

Comments
 (0)
0