1 Star 0 Fork 1

paul008/simple-http-server

forked from fyved24/simple-http-server 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 415 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: rust
rust:
- stable
before_script:
- rustup component add rustfmt
- rustup component add clippy
script:
- cargo build --all
stages:
- Check
- Clippy
- Test
jobs:
include:
- stage: Check
name: Format
script:
- make fmt
- stage: Clippy
name: Clippy
script:
- make clippy
- stage: Test
name: Unitest
script:
- make test
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/paul008/simple-http-server.git
git@gitee.com:paul008/simple-http-server.git
paul008
simple-http-server
simple-http-server
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385