Skip to content
Snippets Groups Projects
Commit 698ffa90 authored by inso's avatar inso
Browse files

Deploy multi os

parent b147d16e
No related branches found
No related tags found
No related merge requests found
os: osx
matrix:
include:
- os: osx
- os: linux
language:
- python
env:
- PYENV_PYTHON_VERSION=3.5.0
cache:
......@@ -14,7 +19,8 @@ script:
after_success:
- ci/travis/after_success.sh
before_deploy: zip -r sakia-${TRAVIS_OS_NAME}.zip build/*.dmg
before_deploy:
- ci/travis/before_deploy.sh
deploy:
provider: releases
......
#!/usr/bin/env bash
[ $TRAVIS_OS_NAME == "osx" ] && zip -r sakia-${TRAVIS_OS_NAME}.zip build/*.dmg
[ $TRAVIS_OS_NAME == "linux" ] && zip -r sakia-${TRAVIS_OS_NAME}.zip build/exe*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment