1 Star 0 Fork 0

gmg137 / cv-rs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 807 Bytes
一键复制 编辑 原始数据 按行查看 历史
gmg137 提交于 2018-11-05 16:05 . init
clone_depth: 50
image: Visual Studio 2017
environment:
RUSTUP_USE_REQWEST: 1
CARGO_HTTP_CHECK_REVOKE: false
matrix:
- TARGET: x86_64-pc-windows-msvc
skip_commits:
files:
- .gitattributes
- .gitignore
- .travis.yml
- .ci\*.sh
- LICENSE
- '*.md'
platform:
- x64
install:
# Install Rust
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init.exe -y --default-host %TARGET%
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
- rustc -V
- cargo -V
# Install OpenCV
- ps: .\.windows\msvc_2_build_OCV.ps1 -EnableCuda 0 -Compiler vc15
build_script:
- cargo build --no-default-features
test_script:
- cargo test -v --no-default-features
cache:
- '%USERPROFILE%\.cargo\registry'
- vc15\install -> .windows\msvc_2_build_OCV.ps1
Rust
1
https://gitee.com/gmg137/cv-rs.git
git@gitee.com:gmg137/cv-rs.git
gmg137
cv-rs
cv-rs
master

搜索帮助