0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

CircleCiのローカル実行(インストールから)

Posted at

前提

  • windows11
  • CircleCiのアカウント作成
  • CircleCiのAPIトークンの準備

手順

参考文献

CircleCiドキュメント

インストール

choco install circleci-cli -y

更新

circleci update check
circleci update

CLIの設定(CircleCiのAPIトークンが必要です。)

circleci setup

設定ファイルのバリデーション

.circle/config.ymlを対象に検証をします。
.circleまで移動して下記コマンドを実行してください。

circleci config validate
# Config file at .circleci/config.yml is valid
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?