Enable automatic codecheck
Bug #544039 reported by
Jens Beyer
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
widelands |
Fix Released
|
Medium
|
Unassigned |
Bug Description
Automatic codecheck as used in scons (for Debug builds) need to be enabled.
Problem is currently that it always runs without caching results.
tags: | added: buildsystem cmake codecheck |
Changed in widelands: | |
status: | New → Confirmed |
milestone: | none → build16-rc1 |
Changed in widelands: | |
status: | In Progress → Fix Committed |
assignee: | Jens Beyer (Qcumber-some) (qcumber-some) → nobody |
To post a comment you must log in.
note that there were actually two systems in place: one based on grep/cat/shell/ADA by erik and one using python by myself. I think it is better to only convert my system (though it is not as sophisticated as eriks) because python is more portable and easier to understand as the combination of the other tools.