diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-05-26 20:17:49 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-26 20:17:49 +0900 |
| commit | 69311fa4c9b7c65ad8409fe7cc4e2b15db847b8a (patch) | |
| tree | 424edb294faf40b9f8fccfc9ace064923923a762 /appveyor.yml | |
| parent | ab9be1b48a847c4b6e5986513176cc0eb48f0fe4 (diff) | |
| parent | 5a682bfc7b46649d238455be1584bfb270d9dc48 (diff) | |
| download | mruby-69311fa4c9b7c65ad8409fe7cc4e2b15db847b8a.tar.gz mruby-69311fa4c9b7c65ad8409fe7cc4e2b15db847b8a.zip | |
Merge pull request #5009 from shuujii/removed-Bison-related-settings-from-.travis.yml-and-appveyor.yml
Removed Bison related settings from `.travis.yml` and `appveyor.yml`
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/appveyor.yml b/appveyor.yml index 7a086c316..e135383e1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,11 +4,6 @@ os: Visual Studio 2017 shallow_clone: true - -cache: - - win_flex_bison - - environment: matrix: # Visual Studio 2017 64bit @@ -38,14 +33,7 @@ init: - ruby --version -install: - - if not exist win_flex_bison ( - appveyor DownloadFile "https://github.com/lexxmark/winflexbison/releases/download/v.2.5.10/win_flex_bison-2.5.10.zip" & - 7z x -y -owin_flex_bison win_flex_bison-2.5.10.zip - ) - build_script: - - set YACC=.\win_flex_bison\win_bison.exe - set MRUBY_CONFIG=appveyor_config.rb - rake -m - rake -E $stdout.sync=true test |
