You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2019/01/17 19:34:38 UTC

[arrow] branch master updated: [Release] Build C++ unit tests in verify-release-candidate.bat

This is an automated email from the ASF dual-hosted git repository.

wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 0f8bd74  [Release] Build C++ unit tests in verify-release-candidate.bat
0f8bd74 is described below

commit 0f8bd747468dd28c909ef823bed77d8082a5b373
Author: Wes McKinney <we...@apache.org>
AuthorDate: Thu Jan 17 19:34:11 2019 -0800

    [Release] Build C++ unit tests in verify-release-candidate.bat
---
 dev/release/verify-release-candidate.bat | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/release/verify-release-candidate.bat b/dev/release/verify-release-candidate.bat
index c85ece4..f5f9e96 100644
--- a/dev/release/verify-release-candidate.bat
+++ b/dev/release/verify-release-candidate.bat
@@ -73,6 +73,7 @@ call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tool
 cmake -G "%GENERATOR%" ^
       -DCMAKE_INSTALL_PREFIX=%ARROW_HOME% ^
       -DARROW_BOOST_USE_SHARED=ON ^
+      -DARROW_BUILD_TESTS=ON ^
       -DCMAKE_BUILD_TYPE=%CONFIGURATION% ^
       -DARROW_CXXFLAGS="/MP" ^
       -DARROW_PYTHON=ON ^