aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-13 16:03:47 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-13 16:03:47 +0000
commit4435b91fc56eceb1931e3a14fac63ca679178b38 (patch)
tree4f4183dfc7a638e70b8e8e522e3d71c7d10bbf04
parent288db98e66f55514689bd6ad685c0c87a8e9947a (diff)
downloadruby-4435b91fc56eceb1931e3a14fac63ca679178b38.tar.gz
appveyor.yml: install gdbm
which is missing on AppVeyor environment https://github.com/ruby/ruby/commit/6a1e323ae88101cfed3fc4591d6e6a3bd8c05f02#commitcomment-30056791 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64350 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index dc4d43e44a..39e22e4082 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -118,7 +118,7 @@ for:
pacman --noconfirm --sync --refresh --refresh pacman
pacman --noconfirm --sync --refresh --refresh --sysupgrade --sysupgrade
- pacman --noconfirm -S --needed base-devel"
+ pacman --noconfirm -S --needed base-devel mingw-w64-x86_64-gdbm"
- |
sh -c "ln -s $(which autom4te) /usr/bin/autom4te"
sh -c "ln -s $(which m4) /usr/bin/m4"