Skip to content

Commit dbcdfeb

Browse files
committed
Add a separate CI job for testing GMT master branch
1 parent 4bfebcd commit dbcdfeb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.azure-pipelines.yml

+12
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ jobs:
8989
Python36:
9090
python.version: '3.6'
9191
PYTHON: '3.6'
92+
GMTMaster:
93+
python.version: '3.8'
94+
PYTHON: '3.8'
95+
CONDA_INSTALL_EXTRA: "codecov"
9296

9397
steps:
9498

@@ -116,6 +120,14 @@ jobs:
116120
conda list
117121
displayName: List installed packages
118122
123+
# Install GMT master branch
124+
- bash: |
125+
set -x -e
126+
brew install gmt --HEAD
127+
brew install ghostscript
128+
displayName: Install GMT master branch
129+
condition: eq(variables['System.JobDisplayName'], 'Mac GMTMaster')
130+
119131
# Cache the ${HOME}/.gmt directory, for docs and testing
120132
- task: Cache@2
121133
inputs:

0 commit comments

Comments
 (0)