LoginSignup
4
4

More than 5 years have passed since last update.

Dockerコンテナ環境を使うことでTravis CIのビルドを爆速化する

Posted at

ドキュメント

やること

.travis.ymlに以下を足すだけです。

travis.yml
sudo: false

制約は以下2つのようです。

  • Using sudo isn’t possible (right now)
  • Databases don’t run off a memory disk

感想

Androidプロジェクトのビルドを行っていたのですが、体感的には5倍くらい早くなった気がします。すごい!

4
4
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
4
4