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

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Turupawn committed Mar 30, 2018
1 parent 0f22b38 commit 619a29d
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .travis.yml
Expand Up @@ -19,20 +19,3 @@ script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cmake . ; fi
- cmake --build . -- -j2
- ls

before_deploy:
# Set up git user name and tag this commit
- git config --local user.name "${GH_USER}"
- git config --local user.email "${GH_EMAIL}"
- if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then git tag "Linux-$(date +'%Y%m%d%H%M%S')" ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then git tag "OSX-$(date +'%Y%m%d%H%M%S')" ; fi
- if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then zip release.zip libmodio.so ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then zip release.zip libmodio.dylib ; fi

deploy:
provider: releases
api_key: "${GH_TOKEN}"
file: "release.zip"
skip_cleanup: true
on:
branch: master

0 comments on commit 619a29d

Please sign in to comment.