[解決済み] travis.ymlの{before_,}{install,script}オプションの違いは何ですか?
2023-05-23 20:42:49
質問
の中にある
.travis.yml
の設定ファイルの中で
before_install
,
install
,
before_script
と
script
のオプションは?
これらのオプションの違いを説明する文書が見当たりません。
どのように解決するのですか?
これらのセクションを使用する必要はありませんが、使用すると、やっていることの意図を伝えることができます。
before_install:
# execute all of the commands which need to be executed
# before installing dependencies
- composer self-update
- composer validate
install:
# install all of the dependencies you need here
- composer install --prefer-dist
before_script:
# execute all of the commands which need to be executed
# before running actual tests
- mysql -u root -e 'CREATE DATABASE test'
- bin/doctrine-migrations migrations:migrate
script:
# execute all of the commands which
# should make the build pass or fail
- vendor/bin/phpunit
- vendor/bin/php-cs-fixer fix --verbose --diff --dry-run
参照:たとえば https://github.com/localheinz/composer-normalize/blob/0.8.0/.travis.yml .
関連
最新
-
nginxです。[emerg] 0.0.0.0:80 への bind() に失敗しました (98: アドレスは既に使用中です)
-
htmlページでギリシャ文字を使うには
-
ピュアhtml+cssでの要素読み込み効果
-
純粋なhtml + cssで五輪を実現するサンプルコード
-
ナビゲーションバー・ドロップダウンメニューのHTML+CSSサンプルコード
-
タイピング効果を実現するピュアhtml+css
-
htmlの選択ボックスのプレースホルダー作成に関する質問
-
html css3 伸縮しない 画像表示効果
-
トップナビゲーションバーメニュー作成用HTML+CSS
-
html+css 実装 サイバーパンク風ボタン