Skip to content

Commit

Permalink
ci: Disable building samples
Browse files Browse the repository at this point in the history
Samples are currently not used and increase the
build time
  • Loading branch information
ltoenning committed Nov 19, 2024
1 parent 675e317 commit d73a4c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit d73a4c4

Please sign in to comment.