10
11

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

drone.io で Dart のプロジェクトを CI する

Posted at

Dart のプロジェクトを CI のホスティングサービスである drone.io でホストしてみる.

drone.io.1.png

プロジェクトは Github で管理しているので Github のアカウントで登録する.

drone.io.2.png

公開プロジェクトは無制限に, プライベートプロジェクトは最初の 50 ビルドまで無料で行えるらしい.

drone.io.3.png

リポジトリのホスティングサービスを Github, Bitbucket, Google Code から選択する. ここでは Github を選択.

drone.io.4.png

Github で管理しているリポジトリの一覧が表示されるので, 目的のリポジトリを選択する.

drone.io.5.png

ビルドシステムを選択する. ここでは Dart.

drone.io.6.png

ビルドスクリプトを記述する. ビルドタスクの作成には Hop を利用している.

drone.io.7.png

細かい設定を行う画面が表示される. ここでは特に追加の設定は行わないでビルドしてみる.

drone.io.8.png

ビルド成功.

drone.io.9.png

次に, リポジトリの README.md に追加するビルドステータスのバッジを取得する.

drone.io.10.png

こんな感じに表示される.

Build Status

drone.io.11.png

10
11
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
11

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?