flu-plus-plus / bachelorproef

Bachelorproef Informatica Universiteit Antwerpen 2016–2017
Other
0 stars 4 forks source link

Have Travis maintain a gtest report comparison table #35

Closed jonathanvdc closed 7 years ago

jonathanvdc commented 7 years ago

This PR will make Travis maintain a table that compares gtest reports for all the forks. All you have to do to opt-in is set the FLUBOT_PASSWORD environment variable in the Travis UI (don't add it to the .travis.yml!). Going forward from that, Travis CI will automagically update the comparison table at flu-plus-plus.github.io/gtest-reports/comparison.html.

Caveat: like Elvis Presley and diamonds, branches in the test report live forever even if they become stale or get deleted. The comparison table will get crowded if we create lots of individual branches. So, um, try to avoid that. Okay?

(Also, I made Travis cache POCO.)