We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e4952 commit 67b9697Copy full SHA for 67b9697
appveyor.yml
@@ -1,12 +1,6 @@
1
platform: x64
2
environment:
3
matrix:
4
- - DC: dmd
5
- DVersion: nightly
6
- arch: x64
7
8
9
- arch: x86
10
- DC: dmd
11
DVersion: beta
12
arch: x64
build.bat
@@ -1,8 +1,8 @@
@echo off
setlocal enabledelayedexpansion
-IF "%DC%"=="" SET DC="dmd"
-IF "%DC%"=="ldc2" SET DC="ldmd2"
+if "%DC%"=="" set DC="dmd"
+if "%DC%"=="ldc2" set DC="ldmd2"
set DFLAGS=-O -release -inline -version=StdLoggerDisableWarning
set TESTFLAGS=-g -w -version=StdLoggerDisableWarning
0 commit comments