larsenwork / monoid

Customisable coding font with alternates, ligatures and contextual positioning. Crazy crisp at 12px/9pt. http://larsenwork.com/monoid/
7.86k stars 170 forks source link

CircleCI Release Builder #16

Closed chase closed 9 years ago

chase commented 9 years ago

Finally! We have a functioning release builder.

After you merge this pull request:

  1. Go to CircleCI and sign up.
  2. Go to the Add projects section.
  3. Choose your account.
  4. Next to monoid (you can filter the results) click the "Build project" button.

That's it! From now on, you'll have magically built releases.

chase commented 9 years ago

As for the options in build.py, you shouldn't use any prohibited filename characters for the option abbreviations: https://github.com/andreaslarsen/monoid/blob/andreas/build.py#L37-L38

I'll probably change fontbuilder.py to reflect this later.