Commit Graph

6 Commits

Author SHA1 Message Date
Colin Dellow 68ecfde4d9 travis: code coverage, maybe? 2018-07-05 18:47:33 -04:00
Colin Dellow 100edb7015 Support prebuilt binaries
...to make Travis CI builds reasonable.

Progress towards #16
2018-07-04 23:17:57 -04:00
Colin Dellow 005d7a451f Add g++ as prerequisite
Progress towards #16
2018-07-04 21:30:51 -04:00
Colin Dellow 8084f14379 Add libicu for Ubuntu 14.04
Progress towards #16
2018-07-04 21:30:05 -04:00
Colin Dellow 0aa98ae1a5 Skip shared parquet/arrow libs, fix icu versions 2018-06-27 23:20:33 -04:00
Colin Dellow 0bdcc9895e All-in-one build command
`./make-linux` clones and builds:

- arrow
- brotli
- lz4
- parquet
- snappy
- zlib
- zstd
- this project

as a statically linked binary. Two Boost libs are still pulled in as
shared libs, should probably fix that, too, for ultimate portability.
2018-06-24 21:11:07 -04:00