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 f37499d commit cfa0fd0Copy full SHA for cfa0fd0
appveyor.yml
@@ -2,6 +2,7 @@ init:
2
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
3
- SET PATH=C:\MinGW\msys\1.0\bin;%PATH%
4
- SET RAKEOPT=-rdevkit
5
+ - SET TDSDUMP=%APPVEYOR_BUILD_FOLDER%\test\tdsdump.log
6
- SET TINYTDS_VERSION=0.9.5.rc.1
7
clone_depth: 5
8
skip_tags: true
@@ -42,3 +43,5 @@ environment:
42
43
# - ruby_version: "200-x64"
44
# - ruby_version: "21-x64"
45
- ruby_version: "22-x64"
46
+on_failure:
47
+ - find -name tdsdump.log | xargs cat
0 commit comments