1 Star 0 Fork 0

yutiansut / Peroxide

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.build.yml 557 Bytes
一键复制 编辑 原始数据 按行查看 历史
axect 提交于 2019-10-01 19:47 . No matter
image: archlinux
packages:
- rustup
- python
- python-matplotlib
- git
- netcdf
sources:
- https://git.sr.ht/~axect/Peroxide
tasks:
- setup: |
rustup toolchain install nightly
cd Peroxide/
rustup run nightly cargo fetch
- nightly: |
rustup default nightly
cd Peroxide/
cargo build --verbose ||:
cargo test --verbose ||:
- docs: |
rustup default nightly
cd Peroxide/
RUSTDOCFLAGS='--html-in-header katex-header.html' cargo doc --no-deps ||:
1
https://gitee.com/yutiansut/Peroxide.git
git@gitee.com:yutiansut/Peroxide.git
yutiansut
Peroxide
Peroxide
master

搜索帮助