-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from shiguredo/feature/rename-momo-sample-to-s…
…umomo momo_sample を sumomo にリネームする
- Loading branch information
Showing
18 changed files
with
89 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,13 +21,13 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: microsoft/[email protected] | ||
- run: python3 sdl_sample/${{ matrix.name }}/run.py | ||
- run: python3 momo_sample/${{ matrix.name }}/run.py | ||
- run: python3 sumomo/${{ matrix.name }}/run.py | ||
- run: python3 messaging_recvonly_sample/${{ matrix.name }}/run.py | ||
- name: Create Artifact | ||
run: | | ||
mkdir ${{ matrix.name }} | ||
cp _build\${{ matrix.name }}\release\sdl_sample\Release\sdl_sample.exe ${{ matrix.name }} | ||
cp _build\${{ matrix.name }}\release\momo_sample\Release\momo_sample.exe ${{ matrix.name }} | ||
cp _build\${{ matrix.name }}\release\sumomo\Release\sumomo.exe ${{ matrix.name }} | ||
cp _build\${{ matrix.name }}\release\messaging_recvonly_sample\Release\messaging_recvonly_sample.exe ${{ matrix.name }} | ||
cp -Recurse _install\${{ matrix.name }}\release\lyra\share\model_coeffs ${{ matrix.name }}\model_coeffs | ||
- name: Upload Artifact | ||
|
@@ -46,13 +46,13 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- run: python3 sdl_sample/${{ matrix.name }}/run.py | ||
- run: python3 momo_sample/${{ matrix.name }}/run.py | ||
- run: python3 sumomo/${{ matrix.name }}/run.py | ||
- run: python3 messaging_recvonly_sample/${{ matrix.name }}/run.py | ||
- name: Create Artifact | ||
run: | | ||
mkdir ${{ matrix.name }} | ||
cp _build/${{ matrix.name }}/release/sdl_sample/sdl_sample ${{ matrix.name }} | ||
cp _build/${{ matrix.name }}/release/momo_sample/momo_sample ${{ matrix.name }} | ||
cp _build/${{ matrix.name }}/release/sumomo/sumomo ${{ matrix.name }} | ||
cp _build/${{ matrix.name }}/release/messaging_recvonly_sample/messaging_recvonly_sample ${{ matrix.name }} | ||
cp -r _install/${{ matrix.name }}/release/lyra/share/model_coeffs ${{ matrix.name }}/model_coeffs | ||
- name: Upload Artifact | ||
|
@@ -84,13 +84,13 @@ jobs: | |
sudo apt-get update | ||
sudo apt-get install libdrm-dev libva-dev | ||
- run: python3 sdl_sample/${{ matrix.name }}/run.py | ||
- run: python3 momo_sample/${{ matrix.name }}/run.py | ||
- run: python3 sumomo/${{ matrix.name }}/run.py | ||
- run: python3 messaging_recvonly_sample/${{ matrix.name }}/run.py | ||
- name: Create Artifact | ||
run: | | ||
mkdir ${{ matrix.name }} | ||
cp _build/${{ matrix.name }}/release/sdl_sample/sdl_sample ${{ matrix.name }} | ||
cp _build/${{ matrix.name }}/release/momo_sample/momo_sample ${{ matrix.name }} | ||
cp _build/${{ matrix.name }}/release/sumomo/sumomo ${{ matrix.name }} | ||
cp _build/${{ matrix.name }}/release/messaging_recvonly_sample/messaging_recvonly_sample ${{ matrix.name }} | ||
cp -r _install/${{ matrix.name }}/release/lyra/share/model_coeffs ${{ matrix.name }}/model_coeffs | ||
- name: Upload Artifact | ||
|
@@ -114,13 +114,13 @@ jobs: | |
sudo apt-get update | ||
sudo apt-get install libdrm-dev libva-dev | ||
- run: python3 sdl_sample/${{ matrix.name }}/run.py | ||
- run: python3 momo_sample/${{ matrix.name }}/run.py | ||
- run: python3 sumomo/${{ matrix.name }}/run.py | ||
- run: python3 messaging_recvonly_sample/${{ matrix.name }}/run.py | ||
- name: Create Artifact | ||
run: | | ||
mkdir ${{ matrix.name }} | ||
cp _build/${{ matrix.name }}/release/sdl_sample/sdl_sample ${{ matrix.name }} | ||
cp _build/${{ matrix.name }}/release/momo_sample/momo_sample ${{ matrix.name }} | ||
cp _build/${{ matrix.name }}/release/sumomo/sumomo ${{ matrix.name }} | ||
cp _build/${{ matrix.name }}/release/messaging_recvonly_sample/messaging_recvonly_sample ${{ matrix.name }} | ||
cp -r _install/${{ matrix.name }}/release/lyra/share/model_coeffs ${{ matrix.name }}/model_coeffs | ||
- name: Upload Artifact | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.