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

travis: PPA for cmake 3.2

This commit is contained in:
Colin Dellow 2018-07-04 23:35:30 -04:00
parent b5de2799cd
commit 9789a21865

View File

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