Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build GMT on TravisCI #5

Merged
merged 15 commits into from
Aug 13, 2018
Prev Previous commit
Next Next commit
Use a different install dir name
  • Loading branch information
leouieda committed Aug 13, 2018
commit 1a886e85564570f952d631ad015056e4a154a0e2
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ os:

env:
global:
- COASTLINEDIR="$HOME/package/coast"
- INSTALLDIR="$HOME/package"
- INSTALLDIR="$HOME/gmt-install-dir"
- COASTLINEDIR="$HOME/gmt-install-dir/coast"
- PATH="$INSTALLDIR/bin:$PATH"
- LD_LIBRARY_PATH="$INSTALLDIR/lib:$LD_LIBRARY_PATH"

Expand Down