Skip to content

Commit 89f0b58

Browse files
committed
[Preset] Add Linux preset for XCTest pull request testing
1 parent 4b2b436 commit 89f0b58

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

utils/build-presets.ini

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1694,6 +1694,40 @@ assertions
16941694
indexstore-db
16951695
sourcekit-lsp
16961696

1697+
#===------------------------------------------------------------------------===#
1698+
# Test Swift Corelibs XCTest
1699+
#===------------------------------------------------------------------------===#
1700+
1701+
[preset: buildbot_xctest_linux]
1702+
libicu
1703+
llbuild
1704+
swiftpm
1705+
xctest
1706+
foundation
1707+
libdispatch
1708+
indexstore-db
1709+
sourcekit-lsp
1710+
1711+
release
1712+
validation-test
1713+
reconfigure
1714+
1715+
install-foundation
1716+
install-libdispatch
1717+
install-libicu
1718+
install-libcxx
1719+
install-swift
1720+
install-llbuild
1721+
install-swiftpm
1722+
install-xctest
1723+
install-indexstore-db
1724+
install-sourcekit-lsp
1725+
1726+
skip-test-cmark
1727+
skip-test-swift
1728+
skip-test-libdispatch
1729+
skip-test-foundation
1730+
16971731
#===------------------------------------------------------------------------===#
16981732
# Remote Mirror Library
16991733
#===------------------------------------------------------------------------===#

0 commit comments

Comments
 (0)