electron / libchromiumcontent

Shared library build of Chromium’s Content module
MIT License
486 stars 183 forks source link

Update run_tests to generate xml reports for CI #530

Closed jkleinsc closed 6 years ago

jkleinsc commented 6 years ago

This is a continuation/replacement of #529.

This PR adds the necessary CI config changes to run the chromium tests and report them in the various CI platforms.

electron-bot commented 6 years ago

:x: libchromiumcontent-mas-shared failed for 94a856d2738d55d5b20c158b27c7659768079535. Details

electron-bot commented 6 years ago

:x: libchromiumcontent-osx-shared failed for 94a856d2738d55d5b20c158b27c7659768079535. Details

electron-bot commented 6 years ago

:x: libchromiumcontent-mas-static failed for 94a856d2738d55d5b20c158b27c7659768079535. Details

electron-bot commented 6 years ago

:x: libchromiumcontent-osx-static failed for 94a856d2738d55d5b20c158b27c7659768079535. Details

electron-bot commented 6 years ago

:x: libchromiumcontent-osx-shared failed for 937f961fb3b816abe8b2c22cebd19528fb57bc55. Details

electron-bot commented 6 years ago

:x: libchromiumcontent-mas-shared failed for 937f961fb3b816abe8b2c22cebd19528fb57bc55. Details

electron-bot commented 6 years ago

:x: libchromiumcontent-mas-static failed for 937f961fb3b816abe8b2c22cebd19528fb57bc55. Details

electron-bot commented 6 years ago

:x: libchromiumcontent-osx-static failed for 937f961fb3b816abe8b2c22cebd19528fb57bc55. Details

electron-bot commented 6 years ago

:white_check_mark: libchromiumcontent-osx-shared succeeded for 7dd118af4c9821ceb04fe9fa2083a22382d45b88. Details

electron-bot commented 6 years ago

:white_check_mark: libchromiumcontent-mas-shared succeeded for 7dd118af4c9821ceb04fe9fa2083a22382d45b88. Details

electron-bot commented 6 years ago

:x: libchromiumcontent-mas-static failed for 7dd118af4c9821ceb04fe9fa2083a22382d45b88. Details

electron-bot commented 6 years ago

:x: libchromiumcontent-osx-static failed for 7dd118af4c9821ceb04fe9fa2083a22382d45b88. Details

electron-bot commented 6 years ago

:white_check_mark: libchromiumcontent-osx-shared succeeded for 120878445ee61416fcf9ea8ffba05132f1aeff8e. Details

electron-bot commented 6 years ago

:white_check_mark: libchromiumcontent-mas-shared succeeded for 120878445ee61416fcf9ea8ffba05132f1aeff8e. Details

electron-bot commented 6 years ago

:white_check_mark: libchromiumcontent-osx-static succeeded for 120878445ee61416fcf9ea8ffba05132f1aeff8e. Details

electron-bot commented 6 years ago

:white_check_mark: libchromiumcontent-mas-static succeeded for 120878445ee61416fcf9ea8ffba05132f1aeff8e. Details

jkleinsc commented 6 years ago

Here is the test output in VSTS: screen shot 2018-05-01 at 9 37 05 am Test output in CircleCI can be seen here: https://circleci.com/gh/electron/libchromiumcontent/6729?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link

Appveyor test output here: https://windows-ci.electronjs.org/project/AppVeyor/libchromiumcontent/build/1.0.1464/job/1nqd1llk489c2y3k/tests

jkleinsc commented 6 years ago

@ckerr I made the requested changes you asked for.