We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e617e commit a35ac89Copy full SHA for a35ac89
appveyor.yml
@@ -20,6 +20,8 @@ install:
20
- ruby --version
21
- gem --version
22
23
+ # prevent freetds to link to wrong ws2_32 lib on i686-w64-mingw32
24
+ - c:/msys64/usr/bin/rm /usr/lib/w32api/libws2_32.a
25
# Set up project prerequisits
26
- bundle install
27
- bundle exec rake ports
@@ -52,4 +54,5 @@ environment:
52
54
- ruby_version: "26"
53
55
- ruby_version: "head-x64"
56
on_failure:
57
+ - find -name config.log | xargs cat
58
- find -name compile.log | xargs cat
0 commit comments