summaryrefslogtreecommitdiff
path: root/appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-26527 - disable unneeded submodules, too10.6-wlad-appveyorVladislav Vaintroub2021-09-101-0/+6
|
* MDEV-26527 speedup appveyor buildVladislav Vaintroub2021-09-061-2/+2
| | | | Define custom target for minimal testable build use it in appveyor.yml
* MDEV-26527 speedup appveyor buildVladislav Vaintroub2021-09-061-13/+16
| | | | | | | | | | | | | | | - set clone_depth to 1. Otherwise, appveyor spends 4.5 minutes for the "git clone" alone - Use Ninja instead of msbuild, it is (a bit) faster - do not compile perfschema, or dynamic plugins to save time on compilation, or test execution. - use -DFAST_BUILD=1 to speedup build a little - increase number of parallel jobs used in build and test. - Exclude some slow tests from the main suite.
* MDEV-25288 follow-up: Remove traces of unstable-testsMarko Mäkelä2021-06-111-1/+1
|
* Fix appvyeor's perl.exe pathVladislav Vaintroub2020-11-031-1/+1
| | | | | The one which is in PATH by default is MinGW perl, which uses Unix paths. This perl does not work with mtr.
* Windows : require at least VS2019 for MSVC.Vladislav Vaintroub2020-11-021-2/+2
| | | | This will avoid some errors on appveyor, due to outdated SDKs.
* Appveyor configuration and addition of badgeRasmus Johansson2019-01-101-2/+2
|
* Add some hints for finding bison on its usual locations on Windows.Vladislav Vaintroub2018-02-141-1/+1
|
* Attempt to fix appveyorVladislav Vaintroub2018-02-011-10/+14
|
* Appveyor: apply feedback from wlad, timeout=4Daniel Black2017-12-251-2/+2
| | | | | | | | | | | | | | PKG_CONFIG does not really work on Windows, Strawberry perl's uses mingw libraries, which VS compiler cannot use, BOOST not used. Tests main.query_cache_debug and main.mdev-504 timed out on debug build at 2 minutes so increase the timeout to 4 minutes. Overall build time was 30 min 44 seconds so plenty of time currently. Signed-off-by: Daniel Black <daniel@linux.vnet.ibm.com>
* MDEV-12386: Use AppVeyor for public Windows CIDaniel Black2017-12-251-0/+17
Signed-off-by: Daniel Black <daniel.black@au.ibm.com>