FolkertVanVerseveld / aoe

Re-implementation of Age of Empires and the Rise of Rome expansion
Apache License 2.0
86 stars 9 forks source link

github actions for google test #103

Closed FolkertVanVerseveld closed 8 months ago

FolkertVanVerseveld commented 9 months ago

ease maintenance and make project more appealing by including unit test result badges. E.g.: https://github.com/bastianhjaeger/github_actions_gtest_example

FolkertVanVerseveld commented 8 months ago

added headless support, disabled some tests that are not supported on github actions (ui/engine tests, audio stuff). tcp connect tests seem to be hanging indefinitely, need to investigate this...