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
|
language: c
|
||||||
git:
|
git:
|
||||||
submodules: false
|
submodules: false
|
||||||
|
if: tag != edge
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
- name: deploy
|
- name: deploy
|
||||||
|
@ -63,4 +63,4 @@ do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# staple
|
# staple
|
||||||
xcrun stapler staple $app
|
xcrun stapler staple "${dmg}"
|
Loading…
Reference in New Issue
Block a user