Remove nightly from AppVeyor
This commit is contained in:
parent
84e49521e2
commit
67b9697be9
|
@ -1,12 +1,6 @@
|
||||||
platform: x64
|
platform: x64
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- DC: dmd
|
|
||||||
DVersion: nightly
|
|
||||||
arch: x64
|
|
||||||
- DC: dmd
|
|
||||||
DVersion: nightly
|
|
||||||
arch: x86
|
|
||||||
- DC: dmd
|
- DC: dmd
|
||||||
DVersion: beta
|
DVersion: beta
|
||||||
arch: x64
|
arch: x64
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
@echo off
|
@echo off
|
||||||
setlocal enabledelayedexpansion
|
setlocal enabledelayedexpansion
|
||||||
|
|
||||||
IF "%DC%"=="" SET DC="dmd"
|
if "%DC%"=="" set DC="dmd"
|
||||||
IF "%DC%"=="ldc2" SET DC="ldmd2"
|
if "%DC%"=="ldc2" set DC="ldmd2"
|
||||||
|
|
||||||
set DFLAGS=-O -release -inline -version=StdLoggerDisableWarning
|
set DFLAGS=-O -release -inline -version=StdLoggerDisableWarning
|
||||||
set TESTFLAGS=-g -w -version=StdLoggerDisableWarning
|
set TESTFLAGS=-g -w -version=StdLoggerDisableWarning
|
||||||
|
|
Loading…
Reference in New Issue