sonsongithub / numsw

Swift library like numpy, playgrounds notebook like jupyter.
MIT License
134 stars 9 forks source link

TravisとGithub Releaseの連携 #48

Closed omochi closed 7 years ago

omochi commented 7 years ago

TravisとGithub Releaseを連携させるための前準備です。 フォルダをアップロードすることはできなかったので、2つのbookをzipに固めるようにしました。

これをマージした後、下記のメモに従って、 .travis.yml を更新してください。

https://github.com/sonsongithub/numsw/issues/47

その後、下記のようにしてタグを打ってみてください。

$ git tag -a ci-test01
$ git push origin ci-test01

うまくいけばtravisがgithubにこのzipをアップして、 githubのreleaseのページからダウンロードできるようになります

omochi commented 7 years ago

本当は全部こっちで試してからPRを切りたかったのですが、 forkしたリポジトリだとtravisがfork元のほうにアクセスしようとするっぽくて、 うまく動かなくて検証ができませんでした。