Random debugging command thingy.

pull/593/head
Jussi Pakkanen 9 years ago
parent c74cd96fe9
commit 0f349923e3
  1. 3
      .appveyor.yml

@ -10,10 +10,11 @@ branches:
- master - master
install: 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: (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 - ps: msiexec /i python-3.4.4.msi /quiet /qn /norestart
- cmd: dir
- cmd: copy c:\python34\python.exe c:\python34\python3.exe - 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 - cmd: copy ninja.exe c:\python34
build_script: build_script:

Loading…
Cancel
Save