1
0
mirror of https://github.com/NicolasConstant/sengi synced 2025-01-08 23:04:05 +01:00
This commit is contained in:
Nicolas Constant 2019-04-06 19:06:08 -04:00
parent 47ac1bd202
commit 6aa6af133e
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688

View File

@ -18,14 +18,17 @@ build: off
version: '{build}'
shallow_clone: true
clone_depth: 1
artifacts:
- path: dist
test_script:
- ps: >-
npm run test-nowatch
$wc = New-Object 'System.Net.WebClient'
Get-ChildItem . -Name -Recurse 'TESTS-*.xml' |
Foreach-Object {
$wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path $_))
}
- npm run dist
artifacts:
- path: dist