Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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のリリースページにアップ