You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2015/04/12 21:45:26 UTC

[2/2] thrift git commit: THRIFT-3014 AppVeyor support - fix format

THRIFT-3014 AppVeyor support - fix format


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/5d0a8067
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/5d0a8067
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/5d0a8067

Branch: refs/heads/master
Commit: 5d0a8067851ab01369357ddb0ddf25782bd34ccc
Parents: 5af78c8
Author: Roger Meier <ro...@apache.org>
Authored: Sun Apr 12 21:06:11 2015 +0200
Committer: Roger Meier <ro...@apache.org>
Committed: Sun Apr 12 21:45:11 2015 +0200

----------------------------------------------------------------------
 appveyor.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/5d0a8067/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index 4350083..0c5bfdf 100755
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -30,7 +30,7 @@ environment:
   BOOST_ROOT: c:\Libraries\boost
   BOOST_LIBRARYDIR: c:\Libraries\boost\stage\lib
 
-  install:
+install:
 - cinst cmake
 - cinst nsis
 - cinst ant
@@ -49,5 +49,5 @@ build_script:
 - cmake --build . --config Release
 - cpack
 
-TODO enable testing
-TODO make it perfect ;-r
+#TODO enable testing
+#TODO make it perfect ;-r