mirror of
https://github.com/project-slippi/dolphin.git
synced 2025-10-06 00:13:09 +02:00
ci: specify dolphin-emu target
This commit is contained in:
@@ -22,7 +22,7 @@ fi
|
|||||||
mkdir -p build
|
mkdir -p build
|
||||||
pushd build
|
pushd build
|
||||||
cmake ${CMAKE_FLAGS} ../
|
cmake ${CMAKE_FLAGS} ../
|
||||||
make -j$(nproc)
|
cmake --build . --target dolphin-emu -- -j$(nproc)
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# Copy the Sys folder in
|
# Copy the Sys folder in
|
||||||
|
@@ -32,7 +32,7 @@ fi
|
|||||||
mkdir -p build
|
mkdir -p build
|
||||||
pushd build
|
pushd build
|
||||||
cmake ${CMAKE_FLAGS} ..
|
cmake ${CMAKE_FLAGS} ..
|
||||||
make -j$(nproc)
|
cmake --build . --target dolphin-emu -- -j$(nproc)
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# Copy the Sys folder in
|
# Copy the Sys folder in
|
||||||
|
Reference in New Issue
Block a user