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 @@ -2522,6 +2522,16 @@ function Build-SourceKitLSP($Arch) {
2522
2522
}
2523
2523
}
2524
2524
2525
+ function Build-SymbolKit ($Arch ) {
2526
+ Build-CMakeProject `
2527
+ - Src $SourceCache \swift- docc- symbolkit `
2528
+ - Bin (Get-HostProjectBinaryCache SymbolKit) `
2529
+ - Arch $Arch `
2530
+ - UseBuiltCompilers Swift `
2531
+ - SwiftSDK (Get-HostSwiftSDK ) `
2532
+ - BuildTargets default
2533
+ }
2534
+
2525
2535
function Test-SourceKitLSP {
2526
2536
$SwiftPMArguments = @ (
2527
2537
# dispatch
@@ -2889,6 +2899,7 @@ if (-not $SkipBuild) {
2889
2899
Invoke-BuildStep Build-LMDB $HostArch
2890
2900
Invoke-BuildStep Build-IndexStoreDB $HostArch
2891
2901
Invoke-BuildStep Build-SourceKitLSP $HostArch
2902
+ Invoke-BuildStep Build-SymbolKit $HostArch
2892
2903
Invoke-BuildStep Build-Inspect $HostArch
2893
2904
}
2894
2905
You can’t perform that action at this time.
0 commit comments