Skip to content

Commit 90e95fa

Browse files
committed
[build-script] Add a LLDB PR testing preset
1 parent 1a19d59 commit 90e95fa

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

utils/build-presets.ini

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,18 @@ lldb-build-type=Release
296296
lldb-test-swift-only
297297
lldb-assertions
298298

299+
[preset: lldb-pull-request]
300+
lldb
301+
lldb-no-debugserver
302+
lldb-use-system-debugserver
303+
release-debuginfo
304+
test
305+
no-swift-stdlib-assertions
306+
skip-build-benchmarks
307+
skip-test-swift
308+
skip-test-cmark
309+
skip-early-swift-driver
310+
299311
#===------------------------------------------------------------------------===#
300312
# Incremental buildbots for Darwin OSes
301313
#===------------------------------------------------------------------------===#

0 commit comments

Comments
 (0)