Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Windows] Run swift-format tests from build.ps1 #76900

Merged
merged 1 commit into from
Oct 14, 2024

Commits on Oct 11, 2024

  1. [Windows] Run swift-format tests from build.ps1

    The basic idea is that we build all libraries for the executable that will be included in the toolchain using CMake. swift-format then has a mode in its Package manifest that allows it to build just the test and test support targets, requiring all search paths to find those libraries to be passed in. We use that to only build swift-format's test using SwiftPM and re-use all the libraries that were already built using CMake.
    ahoppen committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    bb217a3 View commit details
    Browse the repository at this point in the history