1 Star 1 Fork 0

Nuclei-Software / nuclei-dlink

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitlab-ci.yml 876 Bytes
一键复制 编辑 原始数据 按行查看 历史
Micha Hoiting 提交于 2021-01-23 12:43 . Separated out the build per board.
image: mhoiting/platformio-cli-gd32v-docker:v0.2.0
stages:
- build
- publish
default:
artifacts:
name: "firmware"
expire_in: 1 week
paths:
- .pio/build/**/rvlink_fw_*.elf
- .pio/build/**/rvlink_fw_*.bin
- .pio/build/**/rvlink_fw_*.hex
when: always
build:gd32vf103c-start:
stage: build
script:
- pio --no-ansi run -e gd32vf103c-start
build:sipeed-longan-nano:
stage: build
script:
- pio --no-ansi run -e sipeed-longan-nano
build:sipeed-longan-nano-alt:
stage: build
script:
- pio --no-ansi run -e sipeed-longan-nano-alt
build:rvl-probe:
stage: build
script:
- pio --no-ansi run -e rvl-probe
publish:
stage: publish
only:
- tags
except:
- branches
script:
- ./scripts/gitlab-publish.sh
1
https://gitee.com/Nuclei-Software/nuclei-dlink.git
git@gitee.com:Nuclei-Software/nuclei-dlink.git
Nuclei-Software
nuclei-dlink
nuclei-dlink
master

搜索帮助