From 0f349923e3d089dac9bb64288de96357a9a6b1f1 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 13 Jun 2016 22:06:29 +0300 Subject: [PATCH] Random debugging command thingy. --- .appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 8c61d04e8..69ccc86c9 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -10,10 +10,11 @@ branches: - master install: + - ps: (new-object net.webclient).DownloadFile('https://dl.dropboxusercontent.com/u/37517477/ninja.exe', 'ninja.exe') - ps: (new-object net.webclient).DownloadFile('https://www.python.org/ftp/python/3.4.4/python-3.4.4.msi', 'python-3.4.4.msi') - ps: msiexec /i python-3.4.4.msi /quiet /qn /norestart + - cmd: dir - cmd: copy c:\python34\python.exe c:\python34\python3.exe - - ps: (new-object net.webclient).DownloadFile('https://dl.dropboxusercontent.com/u/37517477/ninja.exe', 'ninja.exe') - cmd: copy ninja.exe c:\python34 build_script: