Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
add windows code-signing
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Zeug committed May 3, 2017
1 parent 7f8e78d commit 03fe3e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ install:

script:
- if [[ $TRAVIS_BRANCH != "master" ]]; then unset CSC_LINK CSC_KEY_PASSWORD; fi # disable macOS code-signing (production certificate) on develop branch
- if [[ $GULP_PLATFORM == "win" ]]; then export CSC_LINK=$CSC_WIN_LINK; fi
- if [[ $GULP_PLATFORM == "win" ]]; then export CSC_KEY_PASSWORD=$CSC_WIN_KEY_PASSWORD; fi
- if [[ $GULP_PLATFORM == "mac" ]]; then travis_wait 60 gulp --$GULP_PLATFORM; fi # increase timeout for slower mac builds
- if [[ $GULP_PLATFORM != "mac" ]]; then gulp --$GULP_PLATFORM; fi
- if [[ $TRAVIS_BRANCH == "master" ]]; then travis_wait 60 gulp --wallet --$GULP_PLATFORM; fi # also build wallet if on master branch
Expand Down

0 comments on commit 03fe3e1

Please sign in to comment.