2018-02-01 13:37:20 +01:00
|
|
|
version: build-{build}~branch-{branch}
|
|
|
|
|
2017-07-20 02:32:25 +02:00
|
|
|
before_build:
|
2018-02-01 13:37:20 +01:00
|
|
|
- md %APPVEYOR_BUILD_FOLDER%\win_build
|
|
|
|
- cd %APPVEYOR_BUILD_FOLDER%\win_build
|
2020-11-02 10:07:05 +01:00
|
|
|
- cmake .. -DWITH_UNIT_TESTS=0 -DWITH_MARIABACKUP=0 -DMYSQL_MAINTAINER_MODE=ERR -DPLUGIN_ROCKSDB=NO -DPLUGIN_CONNECT=NO -DBISON_EXECUTABLE=C:\cygwin64\bin\bison
|
2018-02-01 13:37:20 +01:00
|
|
|
|
2017-07-20 02:32:25 +02:00
|
|
|
build:
|
|
|
|
project: win_build\MySQL.sln
|
|
|
|
parallel: true
|
|
|
|
verbosity: minimal
|
2018-02-01 13:37:20 +01:00
|
|
|
|
|
|
|
configuration: RelWithDebInfo
|
|
|
|
platform: x64
|
|
|
|
|
2017-07-20 02:32:25 +02:00
|
|
|
test_script:
|
2020-11-03 10:47:25 +01:00
|
|
|
- set PATH=C:\Strawberry\perl\bin;%PATH%;C:\Program Files (x86)\Windows Kits\10\Debuggers\x64
|
2018-02-01 13:37:20 +01:00
|
|
|
- cd %APPVEYOR_BUILD_FOLDER%\win_build\mysql-test
|
2021-06-11 14:58:50 +02:00
|
|
|
- perl mysql-test-run.pl --force --max-test-fail=10 --parallel=4 --testcase-timeout=10 --suite=main
|
2018-02-01 13:37:20 +01:00
|
|
|
|
2020-11-02 10:07:05 +01:00
|
|
|
image: Visual Studio 2019
|