github.com/gdamore/mangos@v1.4.0/.appveyor.yml (about)

     1  version: 1.0.{build}
     2  clone_folder: c:\gopath\src\github.com\go-mangos\mangos
     3  environment:
     4    GOPATH: c:\gopath
     5  build_script:
     6  - go version
     7  - go env
     8  - SET PATH=%LOCALAPPDATA%\atom\bin;%GOPATH%\bin;%PATH%
     9  - go get -t ./...
    10  - go build
    11  - go install ./...
    12  test_script:
    13  - go test ./...