mirror of
https://github.com/NicolasConstant/sengi
synced 2025-01-24 07:22:50 +01:00
test ci
This commit is contained in:
parent
47ac1bd202
commit
6aa6af133e
@ -18,14 +18,17 @@ build: off
|
|||||||
version: '{build}'
|
version: '{build}'
|
||||||
shallow_clone: true
|
shallow_clone: true
|
||||||
clone_depth: 1
|
clone_depth: 1
|
||||||
artifacts:
|
|
||||||
- path: dist
|
|
||||||
test_script:
|
test_script:
|
||||||
- ps: >-
|
- ps: >-
|
||||||
npm run test-nowatch
|
npm run test-nowatch
|
||||||
|
|
||||||
$wc = New-Object 'System.Net.WebClient'
|
$wc = New-Object 'System.Net.WebClient'
|
||||||
|
|
||||||
Get-ChildItem . -Name -Recurse 'TESTS-*.xml' |
|
Get-ChildItem . -Name -Recurse 'TESTS-*.xml' |
|
||||||
|
|
||||||
Foreach-Object {
|
Foreach-Object {
|
||||||
$wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path $_))
|
$wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path $_))
|
||||||
}
|
}
|
||||||
- npm run dist
|
- npm run dist
|
||||||
|
artifacts:
|
||||||
|
- path: dist
|
Loading…
Reference in New Issue
Block a user