On 3 Sep 2015, at 16:08, 1.61803 wrote:

I wish the devs could automate compiling QS for unsupported OSs, without guaranties of course. AFAIR Henning Jungkurth used to do beta builds using
Jenkins.

There’s a script for building. It’s used by Travis CI, for what it’s worth.

https://github.com/quicksilver/Quicksilver/blob/master/Quicksilver/Tools/qsrelease

I don’t know what would be different on an unsupported OS, other than it might not build at all.

I keep a copy of that script outside the repo with some local changes. That’s what I use for my day-to-day builds.

In your case, you’ll probably want to:

  * Comment out the tests (if you don’t want to install `xctool`)
* Comment out the `codesign` steps (if you don’t have a developer key)
  * Comment out the DMG creation

--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.

Reply via email to