commit | 5d0a8067851ab01369357ddb0ddf25782bd34ccc | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | Sun Apr 12 21:06:11 2015 +0200 |
committer | Roger Meier <roger@apache.org> | Sun Apr 12 21:45:11 2015 +0200 |
tree | 91e007f9b1dd5e300b52a44c04b29e9dcb1d0da5 | |
parent | 5af78c8776a668c6b46a1eba33823a068d16f1f3 [diff] |
THRIFT-3014 AppVeyor support - fix format
diff --git a/appveyor.yml b/appveyor.yml index 4350083..0c5bfdf 100755 --- a/appveyor.yml +++ b/appveyor.yml
@@ -30,7 +30,7 @@ BOOST_ROOT: c:\Libraries\boost BOOST_LIBRARYDIR: c:\Libraries\boost\stage\lib - install: +install: - cinst cmake - cinst nsis - cinst ant @@ -49,5 +49,5 @@ - cmake --build . --config Release - cpack -TODO enable testing -TODO make it perfect ;-r +#TODO enable testing +#TODO make it perfect ;-r