Skip to content

Commit

Permalink
fix appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jkriege2 committed Jan 23, 2024
1 parent 4695f35 commit 326bb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ for:
ctest --version
ctest --print-labels --build-config "$CONFIGURATION"
ctest --build-config "$CONFIGURATION" -VV --output-on-failure --output-junit test-results.xml
fi
fi
after_test:
- find "$APPVEYOR_BUILD_FOLDER" -type f -name 'test-results.xml' -print0 | xargs -0 -I '{}' curl -F 'file=@{}' "https://ci.appveyor.com/api/testresults/junit/$APPVEYOR_JOB_ID"

Expand Down

0 comments on commit 326bb36

Please sign in to comment.