Skip to content

Commit

Permalink
Export variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Feb 22, 2019
1 parent c15ee3d commit 4e9d211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ elif [[ $EXTERNAL_TEST = rigel ]]; then
make terra
elif [[ $EXTERNAL_TEST = opt ]]; then
git clone https://github.com/niessner/Opt.git opt
TERRAHOME=$TERRA_INSTALL_PREFIX
TERRA=$TERRA_INSTALL_PREFIX/bin/terra
export TERRAHOME=$TERRA_INSTALL_PREFIX
export TERRA=$TERRA_INSTALL_PREFIX/bin/terra
pushd opt/API
make
popd
Expand Down

0 comments on commit 4e9d211

Please sign in to comment.