Skip to content

Commit

Permalink
build dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
phenylshima committed Mar 21, 2023
1 parent d825569 commit a7d8907
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ccpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,17 @@ jobs:
run: |
cmake -D CMAKE_BUILD_TYPE=Release -D BUILD_SHARED_LIBS=ON -D CMAKE_INCLUDE_PATH=../../hts_engine_API/src/include -D CMAKE_LIBRARY_PATH=../../hts_engine_API/src/build/lib -S . -B build
cmake --build build --config Release
- name: Build dictionary
working-directory: ./open_jtalk/src
run: |
mkdir build/mecab-naist-jdic
build/mecab_dict_index -d mecab-naist-jdic -o build/mecab-naist-jdic
tar czf build/mecab-naist-jdic.tar.gz build/mecab-naist-jdic
- name: Release
uses: softprops/action-gh-release@v1
with:
files: |
./open_jtalk/src/build/libopenjtalk.a
./open_jtalk/src/build/mecab_dict_index
./open_jtalk/src/build/openjtalk_bin
./open_jtalk/src/build/mecab-naist-jdic.tar.gz

0 comments on commit a7d8907

Please sign in to comment.