mirror of
https://github.com/rclone/rclone.git
synced 2025-01-25 15:49:33 +01:00
Fix appveyor tests after vendor update
This commit is contained in:
parent
ea0bc278ba
commit
e131ef3714
@ -7,7 +7,7 @@ clone_folder: c:\gopath\src\github.com\ncw\rclone
|
|||||||
environment:
|
environment:
|
||||||
GOPATH: c:\gopath
|
GOPATH: c:\gopath
|
||||||
CPATH: C:\Program Files (x86)\WinFsp\inc\fuse
|
CPATH: C:\Program Files (x86)\WinFsp\inc\fuse
|
||||||
PATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
|
PATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;c:\MinGW\bin;%PATH%
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- choco install winfsp -y
|
- choco install winfsp -y
|
||||||
@ -20,6 +20,5 @@ build_script:
|
|||||||
- go install
|
- go install
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- rmdir vendor\bazil.org\fuse /s /q
|
- copy c:\MinGW\bin\mingw32-make.exe c:\MinGW\bin\make.exe
|
||||||
- go test -cpu=2 ./...
|
- make quicktest
|
||||||
- go test -cpu=2 -short -race ./...
|
|
||||||
|
Loading…
Reference in New Issue
Block a user