Skip to content

Commit

Permalink
update travis build to include osx
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxcapades committed Oct 15, 2018
1 parent ad0f30d commit 1553f85
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,23 @@ language: d

os:
- linux
- osx

d:
- dmd-2.082.0

before_deploy:
- dub build --build=release
- mv js-deref js-deref-$TRAVIS_OS_NAME

deploy:
provider: releases
api_key:
secure: lVDHWjX5dkTeEwnV3dNZ82H2xBApGPmZwtmHAKDY2+MJfaJoNzA57iqKB89oPl4T8GT3eE7IGRlaPVTrlLKowqa6tGbjaYHdfCHhgCRHszonQaGZxUeGgwI9NjLUd4GYlqLKGtMjsqmKa+E7KWa7nq6Xchuah3yO48jJigXhalNxiNN1xCT+ADX37n1J1n/c2osofG9Pm68CdQG/3IReQDdXMgiHuue7pONBQ1mjEB30UExUK5KZnTffN+BBshdx/dqb0VIQO4+Ql9TVNsqU9NJj5XkIalX0KFKcDj6cvg9fF7+3nK5dvCYhO++IfRo1uz/ihvwekzlP2dyqk4Tdda+7FZV5Wxq2Y4wWfteVAfY9SIdH/Nq/wYn8M1irQHscumzqSOrkIYeUvwYDPUMROdVQ3qr1+jwp2U5QkTAmPVA7T5+eHya1HJbvp/1w3Di4Q3b3fYrWhc6iDIfkOi5kPptMYBm02bRC0CgFsVorDSM8fUH3kE4ELqQQ7CbUxmcAdHt1napjRk9r+jAJgcCx8ouGmI44JFiKbzxeLPk396BGXyRym/OxrVtr86QdGxfQRRYJyCwhbgJ7o7HwtDoGS3JXnwCvtMhdL92a0fsljHQY/KF99ZdgJoE/iAu+Ug6R9MhTbBY7ol6txoDKTIZ+r2qMOcQzl2wAUO0e3oVW5Lo=
skip_cleanup: true
file: js-deref
file:
- js-deref-linux
- js-deref-osx
on:
tags: true
repo: EuPathDB-Infra/js-deref
5 changes: 5 additions & 0 deletions dub.selections.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"fileVersion": 1,
"versions": {
}
}

0 comments on commit 1553f85

Please sign in to comment.