1
0
This commit is contained in:
otya128
2016-12-06 20:15:12 +09:00
parent 0b783c2be5
commit 08ee2f0242

View File

@@ -8,8 +8,11 @@ install:
c:\projects\dmd2\windows\bin\dmd.exe --version
$dubVersion = '1.1.1'
Invoke-WebRequest "https://code.dlang.org/files/dub-1.1.1-windows-x86.zip" -OutFile dub.zip
New-Item "dub" -Type Directory > $null
pushd dub
7z x dub.zip > $null
c:\projects\dub\dub.exe --version
popd
build_script:
- cd c:\projects