mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-04-28 05:01:39 +00:00
Update the copy paths
This commit is contained in:
parent
8d166452d7
commit
6e4b8b3d10
1 changed files with 6 additions and 2 deletions
8
.github/workflows/validate.yml
vendored
8
.github/workflows/validate.yml
vendored
|
|
@ -64,8 +64,8 @@ jobs:
|
||||||
cmake --build cmake-build --config Release --target RSPRecomp -j 8
|
cmake --build cmake-build --config Release --target RSPRecomp -j 8
|
||||||
|
|
||||||
# Copy N64Recomp & RSPRecomp to root directory
|
# Copy N64Recomp & RSPRecomp to root directory
|
||||||
cp cmake-build/N64Recomp .
|
cp cmake-build/N64Recomp ..
|
||||||
cp cmake-build/RSPRecomp .
|
cp cmake-build/RSPRecomp ..
|
||||||
- name: Run N64Recomp & RSPRecomp
|
- name: Run N64Recomp & RSPRecomp
|
||||||
run: |
|
run: |
|
||||||
./N64Recomp us.rev1.toml
|
./N64Recomp us.rev1.toml
|
||||||
|
|
@ -115,6 +115,10 @@ jobs:
|
||||||
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_MAKE_PROGRAM=ninja -G Ninja -S . -B cmake-build
|
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_MAKE_PROGRAM=ninja -G Ninja -S . -B cmake-build
|
||||||
cmake --build cmake-build --config Release --target N64Recomp -j 8
|
cmake --build cmake-build --config Release --target N64Recomp -j 8
|
||||||
cmake --build cmake-build --config Release --target RSPRecomp -j 8
|
cmake --build cmake-build --config Release --target RSPRecomp -j 8
|
||||||
|
|
||||||
|
# Copy N64Recomp & RSPRecomp to root directory
|
||||||
|
cp cmake-build/N64Recomp.exe ..
|
||||||
|
cp cmake-build/RSPRecomp.exe ..
|
||||||
- name: Run N64Recomp & RSPRecomp
|
- name: Run N64Recomp & RSPRecomp
|
||||||
run: |
|
run: |
|
||||||
./N64Recomp.exe us.rev1.toml
|
./N64Recomp.exe us.rev1.toml
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue