|
|
@ -18,9 +18,11 @@ install: |
|
|
|
- rustup-init.exe -y --default-host %TARGET% --default-toolchain %TOOLCHAIN% |
|
|
|
- rustup-init.exe -y --default-host %TARGET% --default-toolchain %TOOLCHAIN% |
|
|
|
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin |
|
|
|
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin |
|
|
|
- choco install make -y |
|
|
|
- choco install make -y |
|
|
|
|
|
|
|
- choco install mingw -y |
|
|
|
- rustc -Vv |
|
|
|
- rustc -Vv |
|
|
|
- cargo -V |
|
|
|
- cargo -V |
|
|
|
- make -v |
|
|
|
- make -v |
|
|
|
|
|
|
|
- gcc -v |
|
|
|
|
|
|
|
|
|
|
|
build_script: |
|
|
|
build_script: |
|
|
|
- git submodule -q update --init |
|
|
|
- git submodule -q update --init |
|
|
|