summaryrefslogtreecommitdiffhomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-07-29 16:30:02 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2021-07-29 16:30:02 +0900
commitcf4aeb28d71b1ac9bea54dcdc5a9ccda5c499036 (patch)
treeddcca5172efd8a84fecad3115eb1733ec78c70d1 /appveyor.yml
parent60517c121f624efadc2cbf6420bb605d060bf54e (diff)
downloadmruby-removing-y-tab-c.tar.gz
mruby-removing-y-tab-c.zip
Install `bison` on the platforms.removing-y-tab-c
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index f2fa54a89..07c9731df 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -43,5 +43,6 @@ install:
build_script:
- set MRUBY_CONFIG=ci/msvc
+ - set YACC=C:\ProgramData\chocolatey\lib\winflexbison3\tools\win_bison.exe
- rake -m test:build
- rake test:run