mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 19:45:41 -04:00
16 lines
245 B
YAML
16 lines
245 B
YAML
path_classifiers:
|
|
test:
|
|
- "/src/*/tests/"
|
|
docs:
|
|
- /doc/
|
|
extlib:
|
|
- exclude: /extlib/
|
|
|
|
queries:
|
|
- exclude: cpp/fixme-comment
|
|
|
|
extraction:
|
|
cpp:
|
|
configure:
|
|
command: cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=ON
|