mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-09-10 22:28:53 +00:00
travis: maybe fix cmake gcc
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
echo "CC is ${CC:-unknown}"
|
||||
echo "CXX is ${CXX:-unknown}"
|
||||
|
||||
export CC=gcc
|
||||
export CXX=g++
|
||||
sudo apt-get install software-properties-common
|
||||
sudo add-apt-repository --yes ppa:george-edison55/cmake-3.x
|
||||
sudo apt-get update
|
||||
|
Reference in New Issue
Block a user