File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -1856,6 +1856,19 @@ function Build-DocC() {
1856
1856
}
1857
1857
}
1858
1858
1859
+ function Build-SwiftSyntaxExamples () {
1860
+ $OutDir = Join-Path - Path $HostArch.BinaryCache - ChildPath swift- syntax- examples
1861
+
1862
+ Isolate- EnvVars {
1863
+ $env: SWIFTCI_USE_LOCAL_DEPS = 1
1864
+ Build-SPMProject `
1865
+ - Src $SourceCache \swift- syntax\Examples `
1866
+ - Bin $OutDir `
1867
+ - Arch $HostArch `
1868
+ -- product MacroExamplesPlayground
1869
+ }
1870
+ }
1871
+
1859
1872
function Test-PackageManager () {
1860
1873
$OutDir = Join-Path - Path $HostArch.BinaryCache - ChildPath swift- package- manager
1861
1874
$SrcDir = if (Test-Path - Path " $SourceCache \swift-package-manager" - PathType Container) {
@@ -1997,6 +2010,7 @@ if (-not $SkipBuild) {
1997
2010
Install-HostToolchain
1998
2011
1999
2012
if (-not $SkipBuild ) {
2013
+ Invoke-BuildStep Build-SwiftSyntaxExamples $HostArch
2000
2014
Invoke-BuildStep Build-Inspect $HostArch
2001
2015
Invoke-BuildStep Build-DocC $HostArch
2002
2016
}
You can’t perform that action at this time.
0 commit comments