Skip to content

Commit

Permalink
Merge pull request #14 from nmi/add_goreleaser
Browse files Browse the repository at this point in the history
ci: add goreleaser
  • Loading branch information
bobuhiro11 authored Feb 12, 2021
2 parents 1b15813 + 20b2850 commit 431089c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
builds:
- goos:
- linux
goarch:
- amd64
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ script:
- make clean
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
deploy:
- provider: script
skip_cleanup: true
script: curl -sL https://git.io/goreleaser | bash
on:
tags: true

0 comments on commit 431089c

Please sign in to comment.