Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ env:
# Should the BES build with GDAL? This is here to round up build errors. Set this
# to the 'configure' script option to use (--with-gdal) or not use (--without-gdal).
# jhrg 12/2/25
- GDAL_OPTION=--without-gdal
# Turn this off - build and test GDAL-related modules again. jhrg 2/4/26
# GDAL_OPTION=--without-gdal
# NB: This value of $prefix must be shared between the hyrax-deps, libdap and bes builds.
- prefix=$HOME/install
- PATH=$prefix/bin:$prefix/deps/bin:$PATH
Expand Down
Loading