Skip to content

Commit

Permalink
Fix macOS CI script (#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored Jul 3, 2019
1 parent 6d15306 commit a3b2131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/azure-pipelines-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ steps:
cmake --build . --target gmt_release
cmake --build . --target gmt_release_tar
cpack -G Bundle
ls -l gmt-*.tar.gz gmt-*.tar.xz GMT-*.dmg
md5sum gmt-*.tar.gz gmt-*.tar.xz GMT-*.dmg
ls -l gmt-*.tar.gz gmt-*.tar.xz gmt-*.dmg
md5sum gmt-*.tar.gz gmt-*.tar.xz gmt-*.dmg
displayName: Package GMT
condition: eq(variables['PACKAGE'], true)

0 comments on commit a3b2131

Please sign in to comment.