Travis: skip build if tag is edge, staple to the .dmg

This commit is contained in:
Koen Schmeets 2020-10-25 19:44:30 +01:00
parent 5fbb1b8f53
commit 57f8b37270
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ dist: xenial
language: c
git:
submodules: false
if: tag != edge
stages:
- test
- name: deploy

View File

@ -63,4 +63,4 @@ do
done
# staple
xcrun stapler staple $app
xcrun stapler staple "${dmg}"