Remove nightly from AppVeyor

This commit is contained in:
Sebastian Wilzbach 2017-12-04 04:34:14 +01:00
parent 84e49521e2
commit 67b9697be9
2 changed files with 2 additions and 8 deletions

View File

@ -1,12 +1,6 @@
platform: x64
environment:
matrix:
- DC: dmd
DVersion: nightly
arch: x64
- DC: dmd
DVersion: nightly
arch: x86
- DC: dmd
DVersion: beta
arch: x64

View File

@ -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