1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-04-07 09:59:45 +00:00
Colin Dellow e3c6bad9f5 Add status badge, run tests
Fixes 
Fixes 
2018-07-05 09:17:19 -04:00

9 lines
200 B
Bash
Executable File

#!/bin/bash
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
./tests/test-all