1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-02-21 19:19:26 +02:00

Try another way to disable editor for ios

This commit is contained in:
nordsoft 2022-09-25 01:23:40 +04:00
parent dbe041016e
commit b6c0fcabbd
2 changed files with 3 additions and 3 deletions

View File

@ -96,7 +96,6 @@ jobs:
pack: 1
extension: ipa
preset: ios-release
cmake_args: -DENABLE_EDITOR="OFF"
- platform: mxe
os: ubuntu-20.04
mxe: i686-w64-mingw32.shared
@ -104,7 +103,7 @@ jobs:
pack: 1
cpack_args: -D CPACK_NSIS_EXECUTABLE=`which makensis`
extension: exe
cmake_args: -G Ninja -DENABLE_EDITOR="OFF"
cmake_args: -G Ninja -DENABLE_EDITOR=0
- platform: msvc
os: windows-latest
test: 0

View File

@ -109,7 +109,8 @@
"cacheVariables": {
"CMAKE_SYSTEM_NAME": "iOS",
"FORCE_BUNDLED_FL": "ON",
"FORCE_BUNDLED_MINIZIP": "ON"
"FORCE_BUNDLED_MINIZIP": "ON",
"ENABLE_EDITOR" : "OFF"
}
},
{