mirror of https://github.com/citusdata/citus.git
Build PostgreSQL 10 in Travis
For now, I'm the HyperLogLog install, since no PostgreSQL 10 package exists yet. The add_pg10 branch of citusdata/tools is where I've made required Travis script changes.pull/1439/head
parent
d7fe6b06f9
commit
87d1928f0c
|
@ -13,18 +13,15 @@ env:
|
||||||
matrix:
|
matrix:
|
||||||
- PGVERSION=9.5
|
- PGVERSION=9.5
|
||||||
- PGVERSION=9.6
|
- PGVERSION=9.6
|
||||||
|
- PGVERSION=10
|
||||||
before_install:
|
before_install:
|
||||||
- git clone -b v0.6.1 --depth 1 https://github.com/citusdata/tools.git
|
- git clone -b pg10_hack --depth 1 https://github.com/citusdata/tools.git
|
||||||
- sudo make -C tools install
|
- sudo make -C tools install
|
||||||
- setup_apt
|
- setup_apt
|
||||||
- curl https://install.citusdata.com/community/deb.sh | sudo bash
|
|
||||||
- nuke_pg
|
- nuke_pg
|
||||||
install:
|
install:
|
||||||
- install_uncrustify
|
- install_uncrustify
|
||||||
- install_pg
|
- install_pg
|
||||||
- install_custom_pg
|
|
||||||
# download and install HLL manually, as custom builds won't satisfy deps
|
|
||||||
- apt-get download "postgresql-${PGVERSION}-hll=2.10.1.citus-1" && sudo dpkg --force-confold --force-confdef --force-all -i *hll*.deb
|
|
||||||
before_script: citus_indent --quiet --check
|
before_script: citus_indent --quiet --check
|
||||||
script: CFLAGS=-Werror pg_travis_multi_test check
|
script: CFLAGS=-Werror pg_travis_multi_test check
|
||||||
after_success:
|
after_success:
|
||||||
|
|
Loading…
Reference in New Issue