Fix Appveyor script to use new cmd location
Signed-off-by: Ivan Markin <sw@nogoegst.net>
This commit is contained in:
@@ -10,7 +10,7 @@ environment:
|
||||
clone_folder: c:\gopath\src\github.com\docker\machine
|
||||
|
||||
build_script:
|
||||
- go build -i -o ./bin/docker-machine.exe ./cmd/machine.go
|
||||
- go build -i -o ./bin/docker-machine.exe ./cmd/docker-machine
|
||||
|
||||
test_script:
|
||||
- powershell -Command go test -v ./libmachine/shell
|
||||
|
||||
Reference in New Issue
Block a user