I’d like to build Swift as a convenient OS X Package similar to what’s provided with the development snapshots at Swift.org - Download Swift
Could anyone tell me what build script options I could use to get as close as possible to that? Obviously the signing part would not be possible, but that’s fine I’m just deploying this internally.
Looking at `build-presets.ini`, I tried the `buildbot_osx_package` preset but it’s asking for a bunch of configuration options that I don’t know how to choose. Ideally I could just specify the package location on disk :)
On Dec 12, 2015, at 9:19 AM, Mike Greiner via swift-users <swift-users@swift.org> wrote:
I’d like to build Swift as a convenient OS X Package similar to what’s provided with the development snapshots at Swift.org - Download Swift
Could anyone tell me what build script options I could use to get as close as possible to that? Obviously the signing part would not be possible, but that’s fine I’m just deploying this internally.
Looking at `build-presets.ini`, I tried the `buildbot_osx_package` preset but it’s asking for a bunch of configuration options that I don’t know how to choose. Ideally I could just specify the package location on disk :)