Skip to content

Commit 2f64eb1

Browse files
committed
Apply #364 from dlang/dub-registry
1 parent a715df8 commit 2f64eb1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

views/package_format_json.dt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,9 @@ block body
687687
tr
688688
td unittest-cov
689689
td <code>["unittests", "coverage", "debugMode", "debugInfo"]</code>
690+
tr
691+
td syntax
692+
td <code>["syntaxOnly"]</code>
690693

691694
p The existing build types can be customized and new build types can be added using the global <code>"buildTypes"</code> section. Each entry in <code>"buildTypes"</code> can use any of the low level <a href="#build-settings">build settingss</a> (excluding "dependencies", "targetType", "targetName", "targetPath", "workingDirectory", "subConfigurations"). The build settings specified here will later be modified/augmented by the package/configuration specific settings.
692695

views/package_format_sdl.dt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,9 @@ block body
657657
tr
658658
td unittest-cov
659659
td <code>"unittests" "coverage" "debugMode" "debugInfo"</code>
660+
tr
661+
td syntax
662+
td <code>"syntaxOnly"</code>
660663

661664
p The existing build types can be customized and new build types can be added using the global <code>buildType</code> directive. Any of the low level <a href="#build-settings">build settings</a> (excluding "dependencies", "targetType", "targetName", "targetPath", "workingDirectory", "subConfigurations") can be used inside those. The build settings specified here will later be modified/augmented by the package/configuration specific settings.
662665

0 commit comments

Comments
 (0)