Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
install arrow data source
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
  • Loading branch information
zhouyuan committed Jan 7, 2021
1 parent 556234d commit 01a1fc1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
- cd ../../java
- mvn clean install -q -P arrow-jni -am -Darrow.cpp.build.dir=/tmp/arrow/cpp/build/release/ -DskipTests -Dcheckstyle.skip
script:
- cd ${TRAVIS_BUILD_DIR}
- git submodule init
- cd dep/arrow-data-source
- mvn clean -q install -DskipTests
- cd ${TRAVIS_BUILD_DIR}/core
- mvn clean -q package -DskipTests #skip core tests
- # run native sql unit tests
Expand Down

0 comments on commit 01a1fc1

Please sign in to comment.