AlecAivazis / survey

A golang library for building interactive and accessible prompts with full support for windows and posix terminals.
MIT License
4.08k stars 350 forks source link

runs test on osx and windows #204

Closed coryb closed 5 years ago

coryb commented 5 years ago

Travis now supports windows in beta mode, the build setup is a bit slow, but it ran for me in a few minutes.

coryb commented 5 years ago

I am not entirely sure what environment the windows tests run under. The docs state it is using git-bash by default: https://docs.travis-ci.com/user/reference/windows/#git-bash I am not sure what sort of tty environment is setup via git-bash.

I was trying to figure out how to run the tests via powershell, but I don't understand how we would run powershell for just the windows build.

AlecAivazis commented 5 years ago

Oh cool! Verifying gitbash is better than nothing. Thanks for tweaking this