github.com/qiwihui/DBShield@v0.0.0-20171107092910-fb8553bed8ef/appveyor.yml (about)

     1  version: "{build}"
     2  
     3  os: Windows Server 2012 R2
     4  
     5  clone_folder: c:\gopath\src\github.com\qiwihui\DBShield
     6  shallow_clone: true
     7  
     8  environment:
     9    GOPATH: c:\gopath
    10  
    11  install:
    12    - echo %PATH%
    13    - go version
    14    - go env
    15    - go get -v -d -t ./...
    16  
    17  build_script:
    18    - go install -v ./...
    19  
    20  test_script:
    21    - go test -v ./...