Packages

[rust-uchardet](https://github.com/emk/rust-uchardet) elixir port

Current section

Files

Jump to
elixir_encoding_detect native uchardetmodule rust-uchardet-2.0.4 appveyor.yml
Raw

native/uchardetmodule/rust-uchardet-2.0.4/appveyor.yml

environment:
matrix:
- RUST_HOST: "i686-pc-windows-gnu"
- RUST_HOST: "i686-pc-windows-msvc"
install:
- ps: Start-FileDownload "https://static.rust-lang.org/rustup/dist/i686-pc-windows-gnu/rustup-init.exe"
- SET PATH=C:\msys64\mingw32\bin;C:\msys64\usr\bin;%PATH%
- rustup-init.exe -y --default-host %RUST_HOST%
- SET PATH=C:\Users\appveyor\.cargo\bin;%PATH%
- rustc -V
- cargo -V
- cmake --version
- git submodule update --init
build: false
test_script:
- cargo test