You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
Some of the issues we've been receiving on Buffalo are related with Windows, that is because typically contributors use Linux/MacOS machines to develop and our CI runs a Docker image that is another Linux machine.
It is important to provide a more stable experience to our Windows users that allow them to engage with buffalo as well as build new applications using the Ecosystem, otherwise new-coming Windows users will leave buffalo even before start.
Before 1.0.0 we should make sure we have some automated Windows testing that allows us to ensure a better experience for new Windows users as well as Unix users moving to Windows.
The text was updated successfully, but these errors were encountered:
version: '{build}'image: Visual Studio 2017clone_depth: 5clone_folder: c:\gopath\src\github.com\gobuffalo\buffaloenvironment:
GOPATH: c:\gopathservices:
- mysql
- postgresqlinstall:
- cmd: >- choco install mingw set PATH=%GOPATH%\bin;c:\go\bin;c:\tools\mingw64\bin;%PATH% echo %PATH% echo %GOPATH% go version go envbuild_script:
- cmd: go get -v -t ./...test_script:
- cmd: for /f "" %%G in ('go list github.com/gobuffalo/buffalo/... ^| find /i /v "/vendor/"') do ( go test %%G & IF ERRORLEVEL == 1 EXIT 1)
Some of the issues we've been receiving on Buffalo are related with Windows, that is because typically contributors use Linux/MacOS machines to develop and our CI runs a Docker image that is another Linux machine.
It is important to provide a more stable experience to our Windows users that allow them to engage with buffalo as well as build new applications using the Ecosystem, otherwise new-coming Windows users will leave buffalo even before start.
Before 1.0.0 we should make sure we have some automated Windows testing that allows us to ensure a better experience for new Windows users as well as Unix users moving to Windows.
The text was updated successfully, but these errors were encountered: