Skip to content

Commit 2c8f11d

Browse files
committed
[Preset] Add preset for swiftpm pull request testing
1 parent b79fa44 commit 2c8f11d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

utils/build-presets.ini

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -912,6 +912,30 @@ skip-test-ios
912912
skip-test-tvos
913913
skip-test-osx
914914

915+
916+
#===------------------------------------------------------------------------===#
917+
# Test swiftPM on macOS builder
918+
#===------------------------------------------------------------------------===#
919+
920+
[preset: buildbot_swiftpm_macos_platform,tools=RA,stdlib=RA]
921+
mixin-preset=buildbot_incremental_base
922+
923+
build-subdir=buildbot_incremental
924+
925+
# Build Release without debug info, because it is faster to build.
926+
release
927+
assertions
928+
929+
# Build llbuild & swiftpm here
930+
llbuild
931+
swiftpm
932+
933+
dash-dash
934+
935+
# Only run watchOS tests
936+
skip-test-swift
937+
938+
915939
#===------------------------------------------------------------------------===#
916940
# Remote Mirror Library
917941
#===------------------------------------------------------------------------===#

0 commit comments

Comments
 (0)