mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Properly push test artifacts
Cf. https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts. Closes GH-6990.
This commit is contained in:
parent
ead72aabfb
commit
fb86a176ba
1 changed files with 1 additions and 1 deletions
|
@ -104,6 +104,6 @@ nmake test TESTS="%OPCACHE_OPTS% -q --offline --show-diff --show-slow 1000 --set
|
||||||
|
|
||||||
set EXIT_CODE=%errorlevel%
|
set EXIT_CODE=%errorlevel%
|
||||||
|
|
||||||
powershell -Command "$wc = New-Object 'System.Net.WebClient'; $wc.UploadFile('https://ci.appveyor.com/api/testresults/junit/%APPVEYOR_JOB_ID%', 'c:\junit.out.xml')"
|
appveyor PushArtifact %TEST_PHP_JUNIT%
|
||||||
|
|
||||||
exit /b %EXIT_CODE%
|
exit /b %EXIT_CODE%
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue