Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-24T15:25:32.000Z (almost 5 years ago)
- Last Synced: 2024-11-06T02:14:48.969Z (3 months ago)
- Topics: ebiten, go, golang, travis, travis-ci
- Language: Go
- Homepage:
- Size: 242 KB
- Stars: 4
- Watchers: 2
- 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 [![Build Status](https://travis-ci.org/kemokemo/try-ebiten-with-travis.svg?branch=master)](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)
![travis_ci_build](media/travis_ci_build.png)
このサンプルリポジトリで実践する`CI/CD`の内容は以下。
- `os=linux`で...
- `golint`や`go vet`によるチェック
- `go test -v -cover`によるテスト
- `windows`および`linux`用バイナリのビルド
- `os=osx`で...
- `macOS`用バイナリのビルド
- `tag`があれば、上記ビルドした全てのバイナリをGitHubのリリースページにアップ