Skip to content

Commit

Permalink
Merge pull request #539 from wilzbach/github-releases
Browse files Browse the repository at this point in the history
Upload built binaries to GitHub
merged-on-behalf-of: Sebastian Wilzbach <[email protected]>
  • Loading branch information
dlang-bot authored Dec 4, 2017
2 parents b4c45aa + 739c351 commit 7cd2aa7
Showing 1 changed file with 25 additions and 11 deletions.
36 changes: 25 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,30 @@
sudo: false
language: d
d:
- dmd-nightly
- dmd-beta
- dmd
- ldc-beta
- ldc
- dmd-nightly
- dmd-beta
- dmd
- ldc-beta
- ldc
os:
- linux
- osx
- linux
- osx
env:
- BUILD=
- BUILD=dub

script: ./.travis.sh
- BUILD=
- BUILD=dub
script: "./.travis.sh"
jobs:
include:
- stage: GitHub Release
d: ldc
os: linux
script: echo "Deploying to GitHub releases ..." && make ldcbuild
deploy:
provider: releases
api_key:
secure: pbrrm6E0SPfVwt9g+e/ZFQfrmRuGBNA6KwMMLUhI+2+kbRzNquxvrYAUC7YcRX7xiRL/gugKHmOXEi1Dv9IEdSQ732M06H7ikZT9T9oQWYbsZzmVICBWgIovyM8XIPpVAwP8D7jq0JgMiBicqfEZfoz2SIJjo6aYbyQbCASCu8U=
file: bin/dscanner
skip_cleanup: true
on:
repo: dlang-community/D-Scanner
tags: true

0 comments on commit 7cd2aa7

Please sign in to comment.