1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-10-27 01:59:56 +00:00

travis: don't stomp CC in Makefile

This commit is contained in:
Colin Dellow
2018-07-05 09:09:18 -04:00
parent f87d823607
commit efb22c5c5a
2 changed files with 7 additions and 11 deletions

View File

@@ -1,11 +1,6 @@
#!/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