2017-07-20 10:32:25 +10:00
|
|
|
version: 10.2-{build}
|
|
|
|
before_build:
|
|
|
|
- md %APPVEYOR_BUILD_FOLDER%\win_build
|
|
|
|
- cd %APPVEYOR_BUILD_FOLDER%\win_build
|
2017-11-18 00:05:22 +08:00
|
|
|
- cmake .. -G "Visual Studio 15 2017" -DBISON_EXECUTABLE=C:\cygwin\bin\bison
|
2017-07-20 10:32:25 +10:00
|
|
|
- dir
|
|
|
|
build:
|
|
|
|
project: win_build\MySQL.sln
|
|
|
|
parallel: true
|
|
|
|
verbosity: minimal
|
|
|
|
configuration:
|
|
|
|
- Debug
|
|
|
|
test:
|
|
|
|
test_script:
|
|
|
|
- cd %APPVEYOR_BUILD_FOLDER%\win_build\mysql-test
|
2017-11-18 00:05:22 +08:00
|
|
|
- perl mysql-test-run.pl --force --max-test-fail=20 --parallel=6 --testcase-timeout=4 --skip-test-list=unstable-tests --suite=main,innodb,plugins,mariabackup
|
2017-07-20 10:32:25 +10:00
|
|
|
image: Visual Studio 2017
|