github.com/emreu/go-swagger@v0.22.1/appveyor.yml (about)

     1  version: "0.1.{build}"
     2  
     3  clone_folder: C:\go-swagger
     4  shallow_clone: true # for startup speed
     5  pull_requests:
     6    do_not_increment_build_number: true
     7  
     8  skip_tags: true
     9  skip_branch_with_pr: true
    10  
    11  # appveyor.yml
    12  build: off
    13  
    14  environment:
    15    GOPATH: c:\gopath
    16  
    17  stack: go 1.12
    18  
    19  test_script:
    20    - hack\gomod-download.cmd
    21    - go test -timeout 20m ./...
    22  #artifacts:
    23  #  - path: '%GOPATH%\bin\*.exe'
    24  deploy: off
    25  
    26  notifications:
    27    - provider: Slack
    28      incoming_webhook: https://hooks.slack.com/services/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
    29      #incoming_webhook: https://hooks.slack.com/services/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
    30      channel: bots
    31      on_build_success: false
    32      on_build_failure: true
    33      on_build_status_changed: true