mirror of
https://github.com/uutils/findutils.git
synced 2026-06-10 15:48:30 -07:00
Add Appveyor configuration for Windows
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
os: Visual Studio 2015
|
||||
|
||||
version: "{build}"
|
||||
|
||||
environment:
|
||||
matrix:
|
||||
- channel: stable
|
||||
target: x86_64-pc-windows-msvc
|
||||
- channel: nightly
|
||||
target: x86_64-pc-windows-msvc
|
||||
|
||||
install:
|
||||
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
|
||||
- rustup-init -yv --default-toolchain %channel% --default-host %target%
|
||||
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
|
||||
- rustc -vV && cargo -vV
|
||||
|
||||
build_script:
|
||||
- cargo build --verbose
|
||||
|
||||
test_script:
|
||||
- cargo test --verbose
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# findutils
|
||||
|
||||
[](https://travis-ci.org/google/findutils)
|
||||
[](https://ci.appveyor.com/project/antiagainst/findutils/branch/master)
|
||||
|
||||
Rust implementation of [GNU findutils](https://www.gnu.org/software/findutils/).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user