Signed-off-by: Victor Porof <victor.porof@gmail.com>
@ -17,8 +17,10 @@ install:
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
- rustup-init.exe -y --default-host %TARGET% --default-toolchain %TOOLCHAIN%
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
- choco install make -y
- rustc -Vv
- cargo -V
- make -v
build_script:
- git submodule -q update --init