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
Jason Petersen 2017-04-25 12:54:49 -06:00
parent d7fe6b06f9
commit 87d1928f0c
No known key found for this signature in database
GPG Key ID: 9F1D3510D110ABA9
1 changed files with 2 additions and 5 deletions

View File

@ -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: