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

travis: ensure gcc

This commit is contained in:
Colin Dellow 2018-07-04 23:43:28 -04:00
parent ea3cd39ae6
commit 9a0a19ea52

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -euo pipefail
sudo apt-get install software-properties-common
sudo apt-get install software-properties-common gcc
sudo add-apt-repository --yes ppa:george-edison55/cmake-3.x
sudo apt-get update
PREBUILT=1 ./make-linux