| --- |
| platforms: |
| ubuntu1804: |
| build_targets: |
| - "..." |
| run_targets: |
| # Run Gazelle on repo to verify BUILD files are up-to-date. The output shouldn't differ |
| # between platforms, so we only run it from one. |
| - "//:gazelle_ci" |
| test_targets: |
| - "..." |
| ubuntu1604: |
| build_targets: |
| - "..." |
| test_targets: |
| - "..." |
| macos: |
| build_targets: |
| - "..." |
| test_targets: |
| - "..." |
| windows: |
| build_targets: |
| - "--" |
| - "..." |
| - "-//cmd/autogazelle/..." |
| test_targets: |
| - "--" |
| - "..." |
| # autogazelle is only supported on UNIX-like platforms. |
| # It requires UNIX domain sockets. |
| - "-//cmd/autogazelle/..." |
| # Stardoc produces different line-endings on windows, |
| # so the documentation it generates doesn't match the checked in files |
| - "-//docs:all" |
| # Fails to execute, apparently due to command-line length limit. |
| - "-//internal:bazel_test" |