| { |
| "platforms": { |
| "ubuntu1404": { |
| "build_flags": ["--define=ij_product=clion-latest"], |
| "build_targets": ["clwb:clwb_bazel"], |
| "test_flags": ["--define=ij_product=clion-latest"], |
| "test_targets": [":clwb_tests"] |
| }, |
| "ubuntu1604": { |
| "build_flags": ["--define=ij_product=clion-latest"], |
| "build_targets": ["clwb:clwb_bazel"], |
| "test_flags": ["--define=ij_product=clion-latest"], |
| "test_targets": [":clwb_tests"] |
| }, |
| "macos": { |
| "build_flags": ["--define=ij_product=clion-latest"], |
| "build_targets": ["clwb:clwb_bazel"], |
| "test_flags": ["--define=ij_product=clion-latest"], |
| "test_targets": [":clwb_tests"] |
| } |
| } |
| } |