← Back to team overview

widelands-dev team mailing list archive

[Merge] lp:~widelands-dev/widelands/stricter_travis into lp:widelands

 

The proposal to merge lp:~widelands-dev/widelands/stricter_travis into lp:widelands has been updated.

Commit Message changed to:

- Change warnings around switches: GCC no longer complains if a switch has no default, clang complains if a switch that covers all cases has a default.
- Introduces a NEVER_HERE() macro and get rid of assert(false)
- Run regression test on travis after each build. Regression test now also output full stdout on error.
- Make codecheck warnings critical errors for debug builds on travis.

For more details, see:
https://code.launchpad.net/~widelands-dev/widelands/stricter_travis/+merge/282852
-- 
Your team Widelands Developers is subscribed to branch lp:~widelands-dev/widelands/stricter_travis.


References