Make more Windows configurations compile-only

We currently run Windows tests on {debug, release} x {win32, win64}.
Historically we needed to compile both debug and release because we
enabled some very fussy MSVC warnings. I'm not sure how much that's
still true, but once they're compiled, we probably don't need to run the
tests on both pre-commit. Letting the post-commit one pick that up is
probably fine.

Make the debug ones compile-only on the CQ, in hopes of reducing the
cycle times slightly.

Change-Id: Ifcd51f8e34e46262a28f6090fc3d18dec9465175
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/66767
Reviewed-by: Bob Beck <bbe@google.com>
3 files changed
tree: 76c6191ee7e337315cc5612456b41386e3a2fdd6
  1. generated/
  2. codereview.settings
  3. main.star
  4. OWNERS
  5. PRESUBMIT.py
  6. README.md
README.md

This branch contains configurations for BoringSSL's CI and CQ. To modify, edit main.star and then rerun ./main.star to regenerate the generated files.