-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add visibility macros. Hide boost symbols in arrow_io
- Hack around Travis CI inability to use its boost static libraries - Use parquet_shared name - More informative verbose test logs - Static-link libstdc++ for full toolchain in Travis CI - Fix some gtest-1.7.0 crankiness
- Loading branch information
Showing
40 changed files
with
385 additions
and
212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,4 +25,3 @@ conda install --yes conda-build jinja2 anaconda-client | |
|
||
# faster builds, please | ||
conda install -y nomkl | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,6 @@ make lint | |
# make check-clang-tidy | ||
# fi | ||
|
||
ctest -L unittest | ||
ctest -VV -L unittest | ||
|
||
popd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.