mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 09:49:01 +00:00
ci: specify dolphin-emu target
This commit is contained in:
parent
6ef58fad31
commit
b26bb22376
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ fi
|
|||
mkdir -p build
|
||||
pushd build
|
||||
cmake ${CMAKE_FLAGS} ../
|
||||
make -j$(nproc)
|
||||
cmake --build . --target dolphin-emu -- -j$(nproc)
|
||||
popd
|
||||
|
||||
# Copy the Sys folder in
|
||||
|
|
|
@ -32,7 +32,7 @@ fi
|
|||
mkdir -p build
|
||||
pushd build
|
||||
cmake ${CMAKE_FLAGS} ..
|
||||
make -j$(nproc)
|
||||
cmake --build . --target dolphin-emu -- -j$(nproc)
|
||||
popd
|
||||
|
||||
# Copy the Sys folder in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue