Skip to content

kemokemo/try-ebiten-with-travis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

try-ebiten-with-travis Build Status

ebiten を使ったゲームを Travis CI で良い感じにクロスプラットフォームビルドするための練習 ʕ◔ϖ◔ʔ

Travis CIでのビルド

travis-ci.org/kemokemo/try-ebiten-with-travis

travis_ci_build

このサンプルリポジトリで実践するCI/CDの内容は以下。

  • os=linuxで...
    • golintgo vetによるチェック
    • go test -v -coverによるテスト
    • windowsおよびlinux用バイナリのビルド
  • os=osxで...
    • macOS用バイナリのビルド
  • tagがあれば、上記ビルドした全てのバイナリをGitHubのリリースページにアップ