ci: Disable building samples

Samples are currently not used and increase the
build time
This commit is contained in:
Lars Toenning
2024-11-19 10:22:44 +01:00
parent 675e317b30
commit d73a4c4c88

View File

@@ -8,6 +8,7 @@
"CMAKE_BUILD_TYPE": "RelWithDebInfo",
"SWIFT_MINIFY_DEBUG_SYMBOLS": "ON",
"SWIFT_USE_CRASHPAD": "ON",
"SWIFT_BUILD_SAMPLES": "OFF",
"VATSIM_KEY_JSON": "vatsim.json",
"CMAKE_INSTALL_PREFIX": "${sourceDir}/dist"
}