1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-04-03 09:39:47 +00:00

travis: set COVERAGE for tests

This commit is contained in:
Colin Dellow 2018-07-05 20:12:24 -04:00
parent 31eac8a88a
commit 2e9cc853ea

View File

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