mirror of
https://github.com/rclone/rclone
synced 2024-11-11 09:30:44 +01:00
25 lines
473 B
YAML
25 lines
473 B
YAML
version: "{build}"
|
|
|
|
os: Windows Server 2012 R2
|
|
|
|
clone_folder: c:\gopath\src\github.com\ncw\rclone
|
|
|
|
environment:
|
|
GOPATH: c:\gopath
|
|
CPATH: C:\Program Files (x86)\WinFsp\inc\fuse
|
|
PATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;c:\MinGW\bin;%PATH%
|
|
|
|
install:
|
|
- choco install winfsp -y
|
|
|
|
build_script:
|
|
- echo %PATH%
|
|
- echo %GOPATH%
|
|
- go version
|
|
- go env
|
|
- go install
|
|
|
|
test_script:
|
|
- copy c:\MinGW\bin\mingw32-make.exe c:\MinGW\bin\make.exe
|
|
- make quicktest
|