Merge pull request #479 from wilzbach/win-80

Upgrade to win80 to build DScanner
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
The Dlang Bot 2018-05-07 15:33:45 +02:00 committed by GitHub
commit 4193b6a074
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ cd $DIR
# Step 1: download the DMD binaries
if [ ! -d dmd2 ] ; then
wget http://downloads.dlang.org/releases/2.x/2.076.0/dmd.2.076.0.windows.7z
7z x dmd.2.076.0.windows.7z > /dev/null
wget http://downloads.dlang.org/releases/2.x/2.080.0/dmd.2.080.0.windows.7z
7z x dmd.2.080.0.windows.7z > /dev/null
fi
# Step 2: Run DMD via wineconsole