diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-07-29 11:24:49 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-07-29 11:24:49 +0900 |
| commit | 63a983c4d7925fe82d84cece2530c44bd0f89655 (patch) | |
| tree | 17c251ba02a2b2771f08c8372f5ddef9423f72a8 /appveyor.yml | |
| parent | 5cde5983d98fbfe9d2dcc7a45a0da6fa8011aded (diff) | |
| download | mruby-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.yml | 2 |
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 |
