LoginSignup
11
4

More than 3 years have passed since last update.

BitriseでMintのキャッシュを使ってビルドを高速化

Last updated at Posted at 2020-03-06

Mintのディレクトリを変数に定義

Workflow Editor -> Env Vars
$MINT_PATH = /usr/local/lib/mint
スクリーンショット 2020-03-06 14.52.13.png

参考: https://github.com/yonaskolb/Mint#advanced

Bitrise.io Cache:Push の Cache paths に Path を追加

Workflow Editor -> Workflows
Cache_paths = $MINT_PATH
スクリーンショット 2020-03-06 14.52.00.png

ビルド結果

Before
スクリーンショット 2020-03-05 17.02.53.png

After
スクリーンショット 2020-03-05 17.02.59.png

高速化されました。

11
4
1

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