mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-03-23 10:18:40 +08:00
Use go-httpbin v2.2.0.0 in AppVeyor CI
Some checks failed
Code Checks / Check Spelling (push) Has been cancelled
Code Checks / Check Whitespace (push) Has been cancelled
Code Checks / Check Mixed EOL (push) Has been cancelled
Code Checks / Check C++ Style (push) Has been cancelled
Code Checks / Check All Headers In allheaders.h (push) Has been cancelled
Update Documentation / Update Online Documentation (push) Has been cancelled
No Response / no-response (push) Has been cancelled
Some checks failed
Code Checks / Check Spelling (push) Has been cancelled
Code Checks / Check Whitespace (push) Has been cancelled
Code Checks / Check Mixed EOL (push) Has been cancelled
Code Checks / Check C++ Style (push) Has been cancelled
Code Checks / Check All Headers In allheaders.h (push) Has been cancelled
Update Documentation / Update Online Documentation (push) Has been cancelled
No Response / no-response (push) Has been cancelled
The next 2.21 version requires Go version newer than the one available there and installing it takes extra time and fails completely when using (too old?) Visual Studio 2015 image.
This commit is contained in:
@@ -89,7 +89,7 @@ before_test:
|
||||
if not exist "%go_exe%" appveyor DownloadFile https://go.dev/dl/%go_exe%
|
||||
msiexec /i %go_exe% INSTALLDIR="%GOROOT%" /q
|
||||
go version
|
||||
go install github.com/mccutchen/go-httpbin/v2/cmd/go-httpbin@v2
|
||||
go install github.com/mccutchen/go-httpbin/v2/cmd/go-httpbin@v2.20.0
|
||||
set PATH=%PATH%;%GOPATH%\bin
|
||||
- ps: |
|
||||
Start-Job -Name wx_httpbin { go-httpbin -host 127.0.0.1 -port 8081 2>&1 > c:\projects\wxwidgets\httpbin.log }
|
||||
|
||||
Reference in New Issue
Block a user