aboutsummaryrefslogtreecommitdiff
path: root/.appveyor.yml
AgeCommit message (Collapse)AuthorFilesLines
2017-01-23No longer require a binary called python3 on Windows. The default name is ↵Jussi Pakkanen1-2/+1
"python".
2016-11-10appveyor.yml: Use x86 python only on x86Nirbheek Chauhan1-4/+8
It causes the cpython tests to fail when using the x86_64 toolchain. tachyon_module.c.obj : error LNK2019: unresolved external symbol __imp_PyLong_FromLong referenced in function phaserize tachyon_module.c.obj : error LNK2019: unresolved external symbol __imp_PyArg_ParseTuple referenced in function phaserize tachyon_module.c.obj : error LNK2019: unresolved external symbol __imp_PyModule_Create2 referenced in function PyInit_tachyon c:\\python34/libs\python34.lib : warning LNK4272: library machine type 'X86' conflicts with target machine type 'x64' ext/tachyon.pyd : fatal error LNK1120: 3 unresolved externals
2016-11-10appveyor.yml: Print versions of MSBuild and NinjaNirbheek Chauhan1-0/+1
This is useful to know what MSBuild.exe and Ninja we are using and whether the correct one has been set via PATH by vcvarsall.bat and hasn't been overwritten by appveyor.
2016-11-10appveyor.yml: Test more than just MSVC2010 + Ninja on x86Nirbheek Chauhan1-5/+33
Now we test: MSVC 2010 + Ninja (x86) MSVC 2015 + Ninja (x86) MSVC 2015 + Ninja (x86_64) MSVC 2010 + MSBuild (x86) MSVC 2015 + MSBuild (x86) MSVC 2015 + MSBuild (x86_64) MSVC 2010 Express only shipped with an x86 toolchain, so we can only test x86 for that.
2016-09-29Fix PATH setting in AppVeyor.Elliott Sales de Andrade1-1/+1
Without the trailing semicolon, an errant space is inserted into the last directory entry.
2016-09-29Upload test logs as artifacts on AppVeyor.Elliott Sales de Andrade1-0/+4
2016-09-28Use Python provided by Appveyor environment.Jussi Pakkanen1-2/+0
2016-06-13Finish appveyor integration by moving static library in a subdir to avoid ↵Jussi Pakkanen1-2/+0
clashes.
2016-06-13Explicitly add python dir to path so it is found.Jussi Pakkanen1-1/+1
2016-06-13Print full log when failures happen under Appveyor.Jussi Pakkanen1-3/+0
2016-06-13Call setenv so hopefully Visual Studio tools will be in path.Jussi Pakkanen1-0/+1
2016-06-13More random appveyor poking.Jussi Pakkanen1-3/+3
2016-06-13Random debugging command thingy.Jussi Pakkanen1-1/+2
2016-06-13Copy ninja.exe to Python dir so it hopefully appears in path.Jussi Pakkanen1-0/+10
2016-06-13Added Appveyor config file.Jussi Pakkanen1-0/+16