File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -2479,6 +2479,16 @@ function Build-SourceKitLSP($Arch) {
2479
2479
}
2480
2480
}
2481
2481
2482
+ function Build-SymbolKit ($Arch ) {
2483
+ Build-CMakeProject `
2484
+ - Src $SourceCache \swift- docc- symbolkit `
2485
+ - Bin (Get-HostProjectBinaryCache SymbolKit) `
2486
+ - Arch $Arch `
2487
+ - UseBuiltCompilers Swift `
2488
+ - SwiftSDK (Get-HostSwiftSDK ) `
2489
+ - BuildTargets default
2490
+ }
2491
+
2482
2492
function Test-SourceKitLSP {
2483
2493
$SwiftPMArguments = @ (
2484
2494
# swift-syntax
@@ -2839,6 +2849,7 @@ if (-not $SkipBuild) {
2839
2849
Invoke-BuildStep Build-Format $HostArch
2840
2850
Invoke-BuildStep Build-IndexStoreDB $HostArch
2841
2851
Invoke-BuildStep Build-SourceKitLSP $HostArch
2852
+ Invoke-BuildStep Build-SymbolKit $HostArch
2842
2853
}
2843
2854
2844
2855
Install-HostToolchain
You can’t perform that action at this time.
0 commit comments