summaryrefslogtreecommitdiff
path: root/appveyor.yml
AgeCommit message (Collapse)AuthorFilesLines
2017-07-31Remove MSVC build support.Jose Fonseca1-8/+0
MSVC build of Piglit was broken for over a month. No point in sustaining it. Building with MinGW is the way forward. Reviewed-by: Brian Paul <brianp@vmware.com>
2017-06-13appveyor: Allow building with MSVC too.Jose Fonseca1-1/+11
Disabled by default, as I'm not sure it's worth supporting MSVC build. Acked-by: Dylan Baker <dylan@pnwbakers.com>
2017-06-13appveyor: Build piglit for Windows using MinGW.Jose Fonseca1-52/+78
This replaces the previous appveyor.yml with python tox tests. See https://ci.appveyor.com/project/jrfonseca/piglit-fc01r for the runs. Acked-by: Dylan Baker <dylan@pnwbakers.com>
2017-01-19CI: Add python 3.6 to build matrixDylan Baker1-0/+6
2016-09-09tox: add a streams target.Dylan Baker1-4/+4
Also enables the target in travis and appveyor. Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
2016-06-02appveyor.yml: Add appveyor for python codeDylan Baker1-0/+55
This currently doesn't test building piglit (the C/C++ code), only the python bits, and only the framework, not the generators. It's probably worth adding support for all of that, but it's a more involved project, and I'm just trying to not break the framework on windows anymore. Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>