3 Star 5 Fork 1

Nuclei-Software / platform-nuclei

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 952 Bytes
一键复制 编辑 原始数据 按行查看 历史
华仔 提交于 2020-12-18 16:31 . ci: update ci with two new examples
build: off
environment:
matrix:
- PLATFORMIO_PROJECT_DIR: "examples/coremark"
- PLATFORMIO_PROJECT_DIR: "examples/dhrystone"
- PLATFORMIO_PROJECT_DIR: "examples/whetstone"
- PLATFORMIO_PROJECT_DIR: "examples/helloworld"
- PLATFORMIO_PROJECT_DIR: "examples/demo_eclic"
- PLATFORMIO_PROJECT_DIR: "examples/demo_nice"
- PLATFORMIO_PROJECT_DIR: "examples/demo_timer"
- PLATFORMIO_PROJECT_DIR: "examples/demo_dsp"
- PLATFORMIO_PROJECT_DIR: "examples/freertos_demo"
- PLATFORMIO_PROJECT_DIR: "examples/ucosii_demo"
- PLATFORMIO_PROJECT_DIR: "examples/rtthread_demo"
- PLATFORMIO_PROJECT_DIR: "examples/rtthread_msh"
install:
- cmd: git submodule update --init --recursive
- cmd: SET PATH=C:\Python36\Scripts;%PATH%
- cmd: pip install -U https://github.com/platformio/platformio/archive/develop.zip
- cmd: platformio platform install file://.
test_script:
- cmd: platformio run -d %PLATFORMIO_PROJECT_DIR%
Python
1
https://gitee.com/Nuclei-Software/platform-nuclei.git
git@gitee.com:Nuclei-Software/platform-nuclei.git
Nuclei-Software
platform-nuclei
platform-nuclei
master

搜索帮助