summaryrefslogtreecommitdiffhomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-07-29 11:24:49 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2021-07-29 11:24:49 +0900
commit63a983c4d7925fe82d84cece2530c44bd0f89655 (patch)
tree17c251ba02a2b2771f08c8372f5ddef9423f72a8 /appveyor.yml
parent5cde5983d98fbfe9d2dcc7a45a0da6fa8011aded (diff)
downloadmruby-63a983c4d7925fe82d84cece2530c44bd0f89655.tar.gz
mruby-63a983c4d7925fe82d84cece2530c44bd0f89655.zip
y.tab.c: remove auto generated `y.tab.c` from repository.
It used to be generated in the build, but `bison` required to generation was too hard to install correctly on MacOS and Windows (version mismatch and package maneger issues). This is retry.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 8782f59aa..f2fa54a89 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -38,6 +38,8 @@ init:
- set PATH=C:\Ruby26-x64\bin;%PATH%
- ruby --version
+install:
+ - choco install winflexbison3
build_script:
- set MRUBY_CONFIG=ci/msvc