Skip to content

Commit

Permalink
Use dmd 2.088.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bioinfornatics committed Nov 7, 2019
1 parent f687357 commit 2cae3c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .appveyor.yml
Expand Up @@ -8,8 +8,9 @@ skip_tags: false

install:
- ps: |
$latest = (Invoke-WebRequest "http://downloads.dlang.org/releases/LATEST").toString();
$url = "http://downloads.dlang.org/releases/2.x/$($latest)/dmd.$($latest).windows.7z";
#$latest = (Invoke-WebRequest "http://downloads.dlang.org/releases/LATEST").toString();
#$url = "http://downloads.dlang.org/releases/2.x/$($latest)/dmd.$($latest).windows.7z";
$url = "http://downloads.dlang.org/releases/2.x/2.088.1/dmd.2.088.1.windows.7z"
(New-Object System.Net.WebClient).DownloadFile($url, "C:\dmd.7z");
7z x C:\dmd.7z -oC:\ > $null;
$env:DC="dmd"
Expand Down

0 comments on commit 2cae3c9

Please sign in to comment.