mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-04-03 09:39:47 +00:00
travis: maybe fix cmake gcc
This commit is contained in:
parent
b4bf732eb1
commit
f87d823607
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user