Skip to content

Commit

Permalink
Set ORACLE_HOME for InstantClient on travis-ci
Browse files Browse the repository at this point in the history
Add newline at end of .sh files
  • Loading branch information
mloskot committed Feb 28, 2013
1 parent 5254474 commit ec84f45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/ci/before_install.sh
Expand Up @@ -20,14 +20,14 @@ sudo apt-get install -qq \
firebird2.5-super firebird2.5-dev \
oracle-xe-client
echo "$(tmstamp) before_install::apt-get finished $(date)"

# Configure Firebird
# See: Non-interactive setup for travis-ci.org
# http://tech.groups.yahoo.com/group/firebird-support/message/120883
#sudo dpkg-reconfigure -f noninteractive firebird2.5-super
sudo sed /ENABLE_FIREBIRD_SERVER=/s/no/yes/ -i /etc/default/firebird2.5
cat /etc/default/firebird2.5 | grep ENABLE_FIREBIRD_SERVER
sudo service firebird2.5-super start
#
# Configure ODBC
sudo odbcinst -i -d -f /usr/share/libmyodbc/odbcinst.ini
# Confgure oracle
ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/client
2 changes: 1 addition & 1 deletion bin/ci/script.sh
Expand Up @@ -23,4 +23,4 @@ cmake \
..
cmake --build .
# Run tests
#ctest -V --output-on-failure .
#ctest -V --output-on-failure .

0 comments on commit ec84f45

Please sign in to comment.