8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0914118 commit a0b8e86Copy full SHA for a0b8e86
.travis.yml
@@ -394,3 +394,15 @@ jobs:
394
script:
395
- make ${MAKEOPTS} -C ports/powerpc UART=potato
396
- 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