1 Star 1 Fork 0

Nuclei-Software / nuclei-dlink

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 400 Bytes
一键复制 编辑 原始数据 按行查看 历史
Micha Hoiting 提交于 2021-01-23 14:35 . Fixed typo in .travis.yml file.
language: python
python:
- "3.7"
# Cache PlatformIO packages using Travis CI container-based infrastructure
sudo: false
cache:
directories:
- "~/.platformio"
- $HOME/.cache/pip
install:
- pip install -U platformio
- pio update
- pio platform update
script:
- pio --no-ansi run -e gd32vf103c-start -e sipeed-longan-nano -e sipeed-longan-nano-alt -e rvl-probe
1
https://gitee.com/Nuclei-Software/nuclei-dlink.git
git@gitee.com:Nuclei-Software/nuclei-dlink.git
Nuclei-Software
nuclei-dlink
nuclei-dlink
master

搜索帮助