[ | |
{ | |
"configurations": [ | |
{ | |
"configurations": [ | |
{"node": "linux-x86_64"}, | |
{"node": "ubuntu_16.04-x86_64"}, | |
{"node": "darwin-x86_64"} | |
] | |
} | |
], | |
"parameters": { | |
"targets": [], | |
// on Linux protobuf tries to build objc target so filter by test only | |
"tests": ["//:all"] | |
} | |
} | |
] |