Skip to content

Commit

Permalink
[Docs] READMEにworkflow_dispatchを使ったビルド方法を追加 (#1082)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Feb 27, 2024
1 parent e2f539e commit d748c1c
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 d748c1c

Please sign in to comment.