semaphoreci / cli

Semaphore 2.0 Command Line Interface
Apache License 2.0
25 stars 13 forks source link

Windows support? #139

Closed marcorivm closed 5 years ago

marcorivm commented 5 years ago

Is there anyway to run this on windows?

marcorivm commented 5 years ago

This worked

$cli [master ≡ +0 ~2 -0 !]> $env:GOOS='windows'
$cli [master ≡ +0 ~2 -0 !]> $env:GOARCH='386'
$cli [master ≡ +0 ~2 -0 !]> go build -o sem.exe main.go

Then added sem.exe to Path

Jerbell commented 3 years ago

Works - thanks