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 language: c
git: git:
submodules: false submodules: false
if: tag != edge
stages: stages:
- test - test
- name: deploy - name: deploy

View File

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