We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39cceb0 commit 8bb5788Copy full SHA for 8bb5788
tools/build_release.ps1
@@ -8,12 +8,12 @@ $targetPath="$targetDir/$appName.exe"
8
9
function Build
10
{
11
- dub build -b release --verror
+ dub build -b release --verror --arch=$env:arch --compiler=$env:DC
12
}
13
14
function TestDstep
15
16
- dub -c test-functional --verror
+ dub -c test-functional --verror --arch=$env:arch --compiler=$env:DC
17
18
19
function Version
0 commit comments