Travis: skip build if tag is edge, staple to the .dmg
This commit is contained in:
parent
5fbb1b8f53
commit
57f8b37270
@ -3,6 +3,7 @@ dist: xenial
|
||||
language: c
|
||||
git:
|
||||
submodules: false
|
||||
if: tag != edge
|
||||
stages:
|
||||
- test
|
||||
- name: deploy
|
||||
|
@ -63,4 +63,4 @@ do
|
||||
done
|
||||
|
||||
# staple
|
||||
xcrun stapler staple $app
|
||||
xcrun stapler staple "${dmg}"
|
Loading…
Reference in New Issue
Block a user