Skip to content

Commit f2797f1

Browse files
committed
[utils] Add preset to test all platform
1 parent a06d04c commit f2797f1

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)