Skip to content

Commit

Permalink
[Docs] READMEにworkflow_dispatchを使ったビルド方法を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Feb 26, 2024
1 parent 8a16f5a commit 96221d0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,11 @@ LIBONNXRUNTIME_PATH="/path/to/libonnxruntime" \
pyinstaller --noconfirm run.spec
```

#### Github Actions でビルド

fork したリポジトリで Actions を ON にし、workflow_dispatch で`build.yml`を起動すればビルドできます。
成果物は Release にアップロードされます。

### コードフォーマット

このソフトウェアでは、リモートにプッシュする前にコードフォーマットを確認する仕組み(静的解析ツール)を利用できます。
Expand Down Expand Up @@ -665,7 +670,7 @@ PYTHONPATH=. python build_util/make_docs.py

## 事例紹介

**[voicevox-client](https://github.com/voicevox-client) [@voicevox-client](https://github.com/voicevox-client)** ・・・ VOICEVOX ENGINEの各言語向けAPIラッパー
**[voicevox-client](https://github.com/voicevox-client) [@voicevox-client](https://github.com/voicevox-client)** ・・・ VOICEVOX ENGINE の各言語向け API ラッパー

## ライセンス

Expand Down

0 comments on commit 96221d0

Please sign in to comment.