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 error message #34

Closed larsenwork closed 9 years ago

larsenwork commented 9 years ago

@chase so I originally had this error message: screen shot 2015-06-17 at 12 40 38 I then tried the changing _release in build.py to release which didn't work Reverting to _release now gives me this error screen shot 2015-06-17 at 13 52 08

larsenwork commented 9 years ago

I'm assuming what I should have done originally wasn't to change build.py but instead line 32 in circle.yml ?

chase commented 9 years ago

Actually, neither of those are actually errors. The first one is just saying that the _release directory it is trying to remove doesn't exist. It is only there should something go wrong. The second fails because you haven't made any changes to the files in the Source directory. That's why that lines has a comment above it: # Check if there were any changes in the Source directory since the last release

chase commented 9 years ago

For the first error, I'll change it so that it won't appear if it doesn't exist and the "tests" will pass :+1:

larsenwork commented 9 years ago

Cheers, I like all green buttons :wink:

chase commented 9 years ago

If I wasn't clear, the second error is actually a good thing. It causes the build process to skip any changes you have made that don't actually affect the font. Unfortunately there is no other way to skip builds than failing on a pre-test check.