You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@quickstep.apache.org by zu...@apache.org on 2016/06/15 03:03:14 UTC

incubator-quickstep git commit: Disabled shared build.

Repository: incubator-quickstep
Updated Branches:
  refs/heads/travis-grpc 1dae00663 -> eace5e095


Disabled shared build.


Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/eace5e09
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/eace5e09
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/diff/eace5e09

Branch: refs/heads/travis-grpc
Commit: eace5e095bd67ac0ab93ae54558e1c2289eb8cb0
Parents: 1dae006
Author: Zuyu Zhang <zu...@apache.org>
Authored: Tue Jun 14 20:04:51 2016 -0700
Committer: Zuyu Zhang <zu...@apache.org>
Committed: Tue Jun 14 20:04:51 2016 -0700

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/eace5e09/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 7e2a6ad..85bffc5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -69,7 +69,7 @@ before_script:
   - $PROTOC --version
   - (cd build &&
      cmake -D CMAKE_BUILD_TYPE=$BUILD_TYPE
-           -D BUILD_SHARED_LIBS=On
+           #D BUILD_SHARED_LIBS=On
            -D CMAKE_C_FLAGS_DEBUG="$DEBUG_FLAGS"
            -D CMAKE_CXX_FLAGS_DEBUG="$DEBUG_FLAGS"
            -D CMAKE_C_FLAGS_RELEASE="$RELEASE_FLAGS"