Skip to content

Commit

Permalink
Update Travis configuration to match orafce
Browse files Browse the repository at this point in the history
The orafce extension was moved from gpAux/extensions to gpcontrib/
in commit 8c65f88, but the Travis configuration wasn't updated
to match the new way of building.
  • Loading branch information
danielgustafsson committed Oct 29, 2018
1 parent 15ee143 commit be3327d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,20 +67,15 @@ env:

## ----------------------------------------------------------------------
## Perform build:
## GPDB
## orafce
## ----------------------------------------------------------------------

script:
- cd ${TRAVIS_BUILD_DIR}
- ./configure --with-openssl --with-ldap --with-libcurl --prefix=${TRAVIS_BUILD_DIR}/gpsql --disable-orca --disable-gpcloud --enable-pxf --enable-mapreduce --with-perl --enable-snmp
- ./configure --with-openssl --with-ldap --with-libcurl --prefix=${TRAVIS_BUILD_DIR}/gpsql --disable-orca --disable-gpcloud --enable-pxf --enable-mapreduce --with-perl --enable-snmp --enable-orafce

- make
- make install
- source ${TRAVIS_BUILD_DIR}/gpsql/greenplum_path.sh
- cd ${TRAVIS_BUILD_DIR}/gpAux/extensions/orafce
- make install USE_PGXS=1
- cd ${TRAVIS_BUILD_DIR}/
- make unittest-check
- postgres --version
- initdb --version
Expand Down

0 comments on commit be3327d

Please sign in to comment.