appveyor: disable tests on windows again
This commit is contained in:
parent
11c733faa8
commit
e8bd672411
14
appveyor.yml
14
appveyor.yml
|
@ -33,10 +33,10 @@ build_script:
|
|||
set PATH=%GOPATH%/bin;%PATH%
|
||||
mkdir -p $GOPATH\bin
|
||||
go build -o $GOPATH\bin\nomad
|
||||
test_script:
|
||||
- cmd: gotestsum -f short-verbose --junitfile results.xml
|
||||
on_finish:
|
||||
- ps: |
|
||||
Push-AppveyorArtifact (Resolve-Path .\results.xml)
|
||||
$wc = New-Object 'System.Net.WebClient'
|
||||
$wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\results.xml))
|
||||
# test_script:
|
||||
# - cmd: gotestsum -f short-verbose --junitfile results.xml
|
||||
# on_finish:
|
||||
# - ps: |
|
||||
# Push-AppveyorArtifact (Resolve-Path .\results.xml)
|
||||
# $wc = New-Object 'System.Net.WebClient'
|
||||
# $wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\results.xml))
|
||||
|
|
Loading…
Reference in a new issue