Skip to content

Commit 67b9697

Browse files
committedDec 5, 2017
Remove nightly from AppVeyor
1 parent 84e4952 commit 67b9697

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed
 

‎appveyor.yml

-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
platform: x64
22
environment:
33
matrix:
4-
- DC: dmd
5-
DVersion: nightly
6-
arch: x64
7-
- DC: dmd
8-
DVersion: nightly
9-
arch: x86
104
- DC: dmd
115
DVersion: beta
126
arch: x64

‎build.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@echo off
22
setlocal enabledelayedexpansion
33

4-
IF "%DC%"=="" SET DC="dmd"
5-
IF "%DC%"=="ldc2" SET DC="ldmd2"
4+
if "%DC%"=="" set DC="dmd"
5+
if "%DC%"=="ldc2" set DC="ldmd2"
66

77
set DFLAGS=-O -release -inline -version=StdLoggerDisableWarning
88
set TESTFLAGS=-g -w -version=StdLoggerDisableWarning

0 commit comments

Comments
 (0)