summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
AgeCommit message (Collapse)Author
2017-02-26Fix Appveyor for non-master branchesNicolas Williams
2017-02-25Improve Appveyor buildNicolas Williams
Among other things, make TESTS=... breaks when using modules/oniguruma, so set SUBDIRS= then.
2017-02-23Attempt to use builtin Oniguruma for CIsNicolas Williams
2017-02-12Add @base64d for decoding base64 #47Shaun Guth
2017-01-23Revert "Disable appveyor build for now"Jan Schulz
This reverts commit 0b8218515eabf1a967eba0dbcc7a0e5ae031a509. There is a new oniguruma package which previously trashed the build.
2016-03-21Disable appveyor build for nowNicolas Williams
2016-01-17Run failing tests on Windows; ignore failuresNicolas Williams
2016-01-17Enable more tests on Windows; move sort_by testsNicolas Williams
Use %%FAIL IGNORE MSG for error messages that differ on Windows, and move the sort_by/group_by tests that fail qhen qsort() is not stable. Now only tests/sorttest and tests/shtest are disabled on Windows.
2016-01-17Tweak appveyor.yml; disable failing testsNicolas Williams
2016-01-16Upload build failure logsJan Schulz
Signed-off-by: Nicolas Williams <nico@cryptonector.com>
2016-01-16Build a html helpJan Schulz
Signed-off-by: Nicolas Williams <nico@cryptonector.com>
2016-01-16Run tests on appveyorJan Schulz
Signed-off-by: Nicolas Williams <nico@cryptonector.com>
2016-01-16Add 32bit windows builds on appveyorJan Schulz
Signed-off-by: Nicolas Williams <nico@cryptonector.com>
2016-01-16Build on windows (mingw) on appveyorJan Schulz
For this to work, one of the core commiter should do: * enable appveyor in the github project (grant access) * Make an appveyor account and add the github jq repo as a new project inspirations from: appveyor, msys2, use bash environment to build... * https://github.com/ariscop/elemental-ircd/blob/appveyor/appveyor.yml * https://github.com/khaledhosny/ots/pull/67/files * https://github.com/universal-ctags/ctags/blob/master/appveyor.yml * https://github.com/universal-ctags/ctags/blob/master/win32/appveyor.bat and with mvsc * https://github.com/khaledhosny/ots/blob/master/.appveyor.yml Signed-off-by: Nicolas Williams <nico@cryptonector.com>