Skip to content

Commit d685c6f

Browse files
committed
[Preset] Add preset for swiftpm pull request testing
1 parent 1b294e0 commit d685c6f

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
@@ -896,6 +896,30 @@ skip-test-ios
896896
skip-test-tvos
897897
skip-test-osx
898898

899+
900+
#===------------------------------------------------------------------------===#
901+
# Test swiftPM on macOS builder
902+
#===------------------------------------------------------------------------===#
903+
904+
[preset: buildbot_swiftpm_macos_platform,tools=RA,stdlib=RA]
905+
mixin-preset=buildbot_incremental_base
906+
907+
build-subdir=buildbot_incremental
908+
909+
# Build Release without debug info, because it is faster to build.
910+
release
911+
assertions
912+
913+
# Build llbuild & swiftpm here
914+
llbuild
915+
swiftpm
916+
917+
dash-dash
918+
919+
# Only run watchOS tests
920+
skip-test-swift
921+
922+
899923
#===------------------------------------------------------------------------===#
900924
# Remote Mirror Library
901925
#===------------------------------------------------------------------------===#

0 commit comments

Comments
 (0)