mirror of
https://github.com/project-slippi/dolphin.git
synced 2025-10-05 16:03:04 +02:00
ci: specify dolphin-emu target
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user