mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 15:45:58 +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
|
@ -8,13 +8,18 @@ export LIBRARY_PATH=$LIBRARY_PATH:/usr/local/lib:/usr/lib/
|
|||
|
||||
# Build type
|
||||
if [ "$1" == "playback" ]
|
||||
then
|
||||
then
|
||||
echo "Using Playback build config"
|
||||
else
|
||||
echo "Using Netplay build config"
|
||||
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