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 c6a48c1 commit 32660daCopy full SHA for 32660da
.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