parent
539e44677e
commit
c74cd96fe9
1 changed files with 10 additions and 0 deletions
@ -1,16 +1,26 @@ |
|||||||
version: 1.0.{build} |
version: 1.0.{build} |
||||||
|
|
||||||
os: Visual Studio 2015 |
os: Visual Studio 2015 |
||||||
|
|
||||||
platform: |
platform: |
||||||
- x86 |
- x86 |
||||||
|
|
||||||
branches: |
branches: |
||||||
only: |
only: |
||||||
- master |
- master |
||||||
|
|
||||||
install: |
install: |
||||||
- 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: 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') |
- ps: (new-object net.webclient).DownloadFile('https://dl.dropboxusercontent.com/u/37517477/ninja.exe', 'ninja.exe') |
||||||
|
- cmd: copy ninja.exe c:\python34 |
||||||
|
|
||||||
build_script: |
build_script: |
||||||
- cmd: echo No build step. |
- cmd: echo No build step. |
||||||
|
|
||||||
test_script: |
test_script: |
||||||
- cmd: c:\python34\python3 run_tests.py --backend=ninja |
- cmd: c:\python34\python3 run_tests.py --backend=ninja |
||||||
|
|
||||||
|
artifacts: |
||||||
|
- path: meson-test-run.txt |
||||||
|
Loading…
Reference in new issue