aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2016-06-13 21:58:59 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2016-06-13 21:58:59 +0300
commitc74cd96fe9967ce9c7dcc160b4c96ea294fcc949 (patch)
tree2845d2050087fa619184b5066e3401ab0a1d2004
parent539e44677e0609ccdb114e81140055d46bd54b22 (diff)
downloadmeson-c74cd96fe9967ce9c7dcc160b4c96ea294fcc949.zip
meson-c74cd96fe9967ce9c7dcc160b4c96ea294fcc949.tar.gz
meson-c74cd96fe9967ce9c7dcc160b4c96ea294fcc949.tar.bz2
Copy ninja.exe to Python dir so it hopefully appears in path.
-rw-r--r--.appveyor.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 81b9b6c..8c61d04 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,16 +1,26 @@
version: 1.0.{build}
+
os: Visual Studio 2015
+
platform:
- x86
+
branches:
only:
- master
+
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: msiexec /i python-3.4.4.msi /quiet /qn /norestart
- 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:
- cmd: echo No build step.
+
test_script:
- cmd: c:\python34\python3 run_tests.py --backend=ninja
+
+artifacts:
+ - path: meson-test-run.txt