We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a32a3f0 + 168863c commit 4419c2eCopy full SHA for 4419c2e
1 file changed
.appveyor.yml
@@ -11,7 +11,7 @@ install:
11
}
12
- cmd: |
13
ridk enable
14
- c:/msys64/usr/bin/bash -lc "pacman -S --noconfirm --needed ${MINGW_PACKAGE_PREFIX}-pkgconf ${MINGW_PACKAGE_PREFIX}-libyaml ${MINGW_PACKAGE_PREFIX}-gcc"
+ c:/msys64/usr/bin/bash -lc "pacman -S --noconfirm --needed ${MINGW_PACKAGE_PREFIX}-pkgconf ${MINGW_PACKAGE_PREFIX}-libyaml ${MINGW_PACKAGE_PREFIX}-gcc ${MINGW_PACKAGE_PREFIX}-postgresql"
15
- ruby --version
16
- gem --version
17
- gem install bundler --conservative
@@ -32,7 +32,7 @@ build_script:
32
test_script:
33
- bundle exec rake test PG_DEBUG=0
34
on_failure:
35
- - find -name mkmf.log | xargs cat
+ - sh -c "find -name mkmf.log | xargs cat"
36
environment:
37
matrix:
38
- ruby_version: "head"
0 commit comments