diff options
author | Vladislav Vaintroub <wlad@mariadb.com> | 2018-02-14 17:01:07 +0000 |
---|---|---|
committer | Vladislav Vaintroub <wlad@mariadb.com> | 2018-02-14 17:01:07 +0000 |
commit | 1a10b261d0c810efe56a84ead44eb841762fb5c6 (patch) | |
tree | ac4a785dbdb4ee399709b300759296512e25fdf2 /appveyor.yml | |
parent | 2dd8a732f3073c8e90a8c7f1a3de189758aac698 (diff) | |
download | mariadb-git-1a10b261d0c810efe56a84ead44eb841762fb5c6.tar.gz |
Add some hints for finding bison on its usual locations on Windows.
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index c17c0c3bb77..22939d496c9 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 -DBISON_EXECUTABLE=C:\cygwin\bin\bison + - cmake .. -G "Visual Studio 15 2017 Win64" -DWITH_UNIT_TESTS=0 build: project: win_build\MySQL.sln |