afrl-rq / OpenUxAS-SoI

Project for multi-UAV cooperative decision making
Other
71 stars 38 forks source link

Rework Travis for native Linux and Mac builds #58

Closed acfoltzer closed 6 years ago

acfoltzer commented 6 years ago

Reverts the Docker-based Travis script in favor of one that does a native build on Linux and Mac. Windows still in progress

acfoltzer commented 6 years ago

This now builds three ways: Linux native, Max native, and Linux + Docker.

And good news, the AutomationRequestTest failure seems to just be happening because its runtime is usually around 25-30 seconds, but Meson's default test timeout is 30 seconds. By changing the way the scripts invoke the Meson tester, the timeout is now 60 seconds.

acfoltzer commented 6 years ago

@artimid, did you mean to close this without merging?