We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bfebcd commit dbcdfebCopy full SHA for dbcdfeb
.azure-pipelines.yml
@@ -89,6 +89,10 @@ jobs:
89
Python36:
90
python.version: '3.6'
91
PYTHON: '3.6'
92
+ GMTMaster:
93
+ python.version: '3.8'
94
+ PYTHON: '3.8'
95
+ CONDA_INSTALL_EXTRA: "codecov"
96
97
steps:
98
@@ -116,6 +120,14 @@ jobs:
116
120
conda list
117
121
displayName: List installed packages
118
122
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
+
119
131
# Cache the ${HOME}/.gmt directory, for docs and testing
132
- task: Cache@2
133
inputs:
0 commit comments