Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 3 additions & 2 deletions ci/simple-gmt-tests.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ REM Check GMT modern mode, GSHHG and DCW
gmt begin && gmt coast -R0/10/0/10 -JM6i -Ba -Ggray -ENG+p1p,blue -Vd && gmt end

REM Check remote file and modern one-liner
gmt grdimage @earth_relief_01d -JH10c -Baf -pdf map
REM gmt grdimage @earth_relief_01d -JH10c -Baf -pdf map

REM Check supplemental modules
gmt earthtide -T2018-06-18T12:00:00 -Gsolid_tide_up.grd

REM Check OpenMP support
gmt grdsample @earth_relief_01d -R0/20/0/20 -I30m -Gtopo_30m.nc -x2
REM gmt grdsample @earth_relief_01d -R0/20/0/20 -I30m -Gtopo_30m.nc -x2
gmt grdlandmask -R-60/-40/-40/-30 -I5m -N1/NaN -Gland_mask.nc -x2
5 changes: 3 additions & 2 deletions ci/simple-gmt-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ gmt begin && gmt coast -R0/10/0/10 -JM6i -Ba -Ggray -ENG+p1p,blue -Vd && gmt end
if [ "${RUNNER_OS}" == "Windows" ]; then unset GMT_SESSION_NAME; fi

# Check remote file and modern one-liner
gmt grdimage @earth_relief_01d -JH10c -Baf -pdf map
# gmt grdimage @earth_relief_01d -JH10c -Baf -pdf map

# Check supplemental modules
gmt earthtide -T2018-06-18T12:00:00 -Gsolid_tide_up.grd

# Check OpenMP support
gmt grdsample @earth_relief_01d -R0/20/0/20 -I30m -Gtopo_30m.nc -x2
# gmt grdsample @earth_relief_01d -R0/20/0/20 -I30m -Gtopo_30m.nc -x2
gmt grdlandmask -R-60/-40/-40/-30 -I5m -N1/NaN -Gland_mask.nc -x2

set +x +e
Loading