github.com/unicornultrafoundation/go-u2u@v1.0.0-rc1.0.20240205080301-e74a83d3fadc/appveyor.yml (about)

     1  version: 0.4.5-rc1#{build}
     2  image: Visual Studio 2017
     3  
     4  build: off
     5  
     6  clone_folder: c:\gopath\src\github.com\unicornultrafoundation\go-u2u
     7  
     8  environment:
     9    PATH: C:\gopath\bin;C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\bin;C:\PROGRA~1\Git\bin;C:\PROGRA~1\Git\usr\bin\;C:\ProgramData\chocolatey\bin;$(PATH)
    10    GOPATH: c:\gopath
    11    GO111MODULE: on
    12  
    13  stack: go 1.14
    14  
    15  init:
    16    - choco install make mingw
    17  
    18  cache:
    19    - C:\usr
    20    - C:\ProgramData\chocolatey
    21  
    22  before_test:
    23    - ps: Set-NetFirewallProfile -All -Enabled False
    24    - ps: Disable-NetFirewallRule -All
    25  
    26  test_script:
    27    - go test -v ./...