mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 08:07:45 +00:00
build(macOS): don't use cmake's signing on CI
This commit is contained in:
parent
cd10a9f647
commit
439f14aa40
1 changed files with 6 additions and 1 deletions
|
@ -15,6 +15,11 @@ else
|
|||
CMAKE_FLAGS+=" -DSLIPPI_PLAYBACK=false"
|
||||
fi
|
||||
|
||||
if [ "$CI" == "true" ]
|
||||
then
|
||||
CMAKE_FLAGS+=" -DMACOS_CODE_SIGNING=OFF"
|
||||
fi
|
||||
|
||||
# Move into the build directory, run CMake, and compile the project
|
||||
mkdir -p build
|
||||
pushd build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue