mirror of https://github.com/ecmwf/eccodes.git
19 lines
378 B
Plaintext
19 lines
378 B
Plaintext
|
{
|
||
|
"folders": [
|
||
|
{
|
||
|
"path": ".",
|
||
|
"follow_symlinks": true
|
||
|
}
|
||
|
],
|
||
|
"build_systems": [
|
||
|
{
|
||
|
"working_dir": "${project_path}/../../build/grib_api",
|
||
|
"cmd": [
|
||
|
"make"
|
||
|
],
|
||
|
"file_regex": "([/\\w\\-\\.]+):(\\d+):(\\d+:)?",
|
||
|
"name": "Build"
|
||
|
}
|
||
|
]
|
||
|
}
|