Skip to content

Commit 9df572b

Browse files
committed
Merge pull request swiftlang#1171 from shahmishal/swift-2.2-branch
[Preset] Add preset to test all platform
2 parents 3952722 + f2797f1 commit 9df572b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

utils/build-presets.ini

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,3 +582,16 @@ mixin-preset=
582582

583583
release-debuginfo
584584
assertions
585+
586+
#===------------------------------------------------------------------------===#
587+
# Test all platforms on OS X builder
588+
#===------------------------------------------------------------------------===#
589+
590+
[preset: buildbot_all_platforms,tools=RA,stdlib=RA]
591+
mixin-preset=buildbot_incremental_base
592+
593+
build-subdir=buildbot_incremental
594+
595+
# Build Release without debug info, because it is faster to build.
596+
release
597+
assertions

0 commit comments

Comments
 (0)