Fetch submodules on appveyor
This commit is contained in:
parent
8d485857e1
commit
7748f8e168
1 changed files with 3 additions and 0 deletions
|
|
@ -4,11 +4,14 @@ environment:
|
|||
build: false
|
||||
|
||||
install:
|
||||
- git submodule update --init --recursive
|
||||
|
||||
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
|
||||
- rustup-init -yv --default-toolchain stable
|
||||
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
|
||||
- rustc -vV
|
||||
- cargo -vV
|
||||
|
||||
- script\fetch-test-fixtures.cmd
|
||||
|
||||
test_script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue