blob: 906503f73f3f163d0c3c81b6cc6af80be5ea57b4 [file] [log] [blame]
// This is a relaxed JSON format, you can have comments in it.
// This is a list of configuration for the job that does not specify a configuration.
[
{
"variation": "",
"configurations": [
{"node": "linux-x86_64"},
{"node": "ubuntu_16.04-x86_64"},
{"node": "darwin-x86_64"}
],
"parameters": {
"configure": ["$BAZEL run @yarn//:yarn"],
}
}
]