1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-10-27 01:59:56 +00:00

travis: code coverage, maybe?

This commit is contained in:
Colin Dellow
2018-07-05 18:47:33 -04:00
parent e3c6bad9f5
commit 68ecfde4d9
4 changed files with 13 additions and 4 deletions

View File

@@ -4,5 +4,5 @@ set -euo pipefail
sudo apt-get install software-properties-common
sudo add-apt-repository --yes ppa:george-edison55/cmake-3.x
sudo apt-get update
PREBUILT=1 ./make-linux
COVERAGE=1 PREBUILT=1 ./make-linux
./tests/test-all