mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add LINT to the target list for the test setup.
This commit is contained in:
parent
db08524b17
commit
3ceb962db6
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ my %CONFIGS = (
|
|||
# Test setup
|
||||
'9ball' => {
|
||||
'BRANCHES' => [ 'CURRENT' ],
|
||||
'TARGETS' => [ 'world', 'generic' ],
|
||||
'TARGETS' => [ 'world', 'generic', 'lint' ],
|
||||
'ARCHES' => {
|
||||
'powerpc' => [ 'powerpc' ],
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue