From 57f8b37270cbbf2d83fea918c6ae3761ecdf9deb Mon Sep 17 00:00:00 2001 From: Koen Schmeets Date: Sun, 25 Oct 2020 19:44:30 +0100 Subject: [PATCH] Travis: skip build if tag is edge, staple to the .dmg --- .travis.yml | 1 + .travis/sign-macos.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1655b7f..17e5b56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ dist: xenial language: c git: submodules: false +if: tag != edge stages: - test - name: deploy diff --git a/.travis/sign-macos.sh b/.travis/sign-macos.sh index 2d50d31..df111dd 100755 --- a/.travis/sign-macos.sh +++ b/.travis/sign-macos.sh @@ -63,4 +63,4 @@ do done # staple -xcrun stapler staple $app \ No newline at end of file +xcrun stapler staple "${dmg}" \ No newline at end of file