Skip to content

Commit

Permalink
[circleci] Creating test ghr deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarpearson committed Jan 30, 2016
1 parent 18e2a36 commit 3a01d89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
machine:
pre:
- sudo apt-get install -y sdcc
- go get github.com/tcnksm/ghr
test:
override:
- ./build-all.sh
Expand All @@ -9,6 +10,6 @@ deployment:
release:
branch: [master, circleci]
commands:
- go get github.com/tcnksm/ghr
- mkdir -p output/`git describe --tags`/
- mv output/*/*.hex output/`git describe --tags`/
- cd output ; ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME --replace `git describe --tags` `git describe --tags`/

0 comments on commit 3a01d89

Please sign in to comment.