mirror of
https://github.com/whisperity/CodeChecker-Action.git
synced 2025-12-29 19:27:20 +08:00
13 lines
220 B
JSON
13 lines
220 B
JSON
|
|
[
|
||
|
|
{
|
||
|
|
"directory": "__DIRECTORY__",
|
||
|
|
"command": "g++ -c main.cpp -o main.o",
|
||
|
|
"file": "main.cpp"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"directory": "__DIRECTORY__",
|
||
|
|
"command": "g++ -c lib.cpp -o lib.o",
|
||
|
|
"file": "lib.cpp"
|
||
|
|
}
|
||
|
|
]
|