Skip to content

v2.5.0

Latest
Compare
Choose a tag to compare
@usualoma usualoma released this 15 Feb 07:40
· 2 commits to master since this release

recipeにコマンドを指定して make up の際にビルドできるようになりました

以下のように build の下に command を指定すると、指定したコマンドが実行されます。コマンドは文字列、または配列で指定することができます。

mt-plugin-MTBlockEditor:
  location: git@github.com:movabletype/mt-plugin-MTBlockEditor
  branch: develop
  build:
    command:
      - docker-compose
      - run
      - builder
      - bash
      - -c
      - 'perl Makefile.PL && make build'