diff options
author | Rasmus Johansson <razze@iki.fi> | 2019-01-09 15:00:56 +0200 |
---|---|---|
committer | Vladislav Vaintroub <wlad@mariadb.com> | 2019-01-10 11:58:02 +0100 |
commit | 2ffa11e33e018fad58c1df4cb1bdb0642ef0f8fd (patch) | |
tree | 4ec788124c4ee27e226761851989a95e469882c3 /appveyor.yml | |
parent | 4bf47cb989e7b445e7126d21cb498eedb8aff0e8 (diff) | |
download | mariadb-git-2ffa11e33e018fad58c1df4cb1bdb0642ef0f8fd.tar.gz |
Appveyor configuration and addition of badge
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 22939d496c9..4a6a49fd8b5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,7 +3,7 @@ version: build-{build}~branch-{branch} before_build: - md %APPVEYOR_BUILD_FOLDER%\win_build - cd %APPVEYOR_BUILD_FOLDER%\win_build - - cmake .. -G "Visual Studio 15 2017 Win64" -DWITH_UNIT_TESTS=0 + - cmake .. -G "Visual Studio 15 2017 Win64" -DWITH_UNIT_TESTS=0 -DWITH_MARIABACKUP=0 -DMYSQL_MAINTAINER_MODE=ERR -DPLUGIN_ROCKSDB=NO -DPLUGIN_CONNECT=NO -DBISON_EXECUTABLE=C:\cygwin64\bin\bison build: project: win_build\MySQL.sln @@ -16,6 +16,6 @@ platform: x64 test_script: - set PATH=%PATH%;C:\Program Files (x86)\Windows Kits\10\Debuggers\x64 - cd %APPVEYOR_BUILD_FOLDER%\win_build\mysql-test - - perl mysql-test-run.pl --force --max-test-fail=10 --parallel=auto --testcase-timeout=10 --skip-test-list=unstable-tests --suite=main,innodb,plugins,mariabackup + - perl mysql-test-run.pl --force --max-test-fail=10 --parallel=4 --testcase-timeout=10 --skip-test-list=unstable-tests --suite=main image: Visual Studio 2017 |