https://github.com/kemokemo/try-ebiten-with-travis
Trial to build ebiten's game with Travis CI.
https://github.com/kemokemo/try-ebiten-with-travis
ebiten go golang travis travis-ci
Last synced: 13 days ago
JSON representation
Trial to build ebiten's game with Travis CI.
- Host: GitHub
- URL: https://github.com/kemokemo/try-ebiten-with-travis
- Owner: kemokemo
- Created: 2020-02-24T01:43:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-24T15:25:32.000Z (about 5 years ago)
- Last Synced: 2025-04-12T15:07:30.658Z (13 days ago)
- Topics: ebiten, go, golang, travis, travis-ci
- Language: Go
- Homepage:
- Size: 242 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-golang-repositories - try-ebiten-with-travis
README
# try-ebiten-with-travis [](https://travis-ci.org/kemokemo/try-ebiten-with-travis)
[ebiten](https://github.com/hajimehoshi/ebiten) を使ったゲームを [Travis CI](https://travis-ci.org/) で良い感じにクロスプラットフォームビルドするための練習 ʕ◔ϖ◔ʔ
## Travis CIでのビルド
[travis-ci.org/kemokemo/try-ebiten-with-travis](https://travis-ci.org/kemokemo/try-ebiten-with-travis)

このサンプルリポジトリで実践する`CI/CD`の内容は以下。
- `os=linux`で...
- `golint`や`go vet`によるチェック
- `go test -v -cover`によるテスト
- `windows`および`linux`用バイナリのビルド
- `os=osx`で...
- `macOS`用バイナリのビルド
- `tag`があれば、上記ビルドした全てのバイナリをGitHubのリリースページにアップ