gulp-iconfont icon indicating copy to clipboard operation
gulp-iconfont copied to clipboard

Improve CI build speed.

Open NaridaL opened this issue 7 years ago • 2 comments

Currently spends 5 mins building some c++ sources, which is probably unnecessary.

NaridaL avatar Jun 13 '18 02:06 NaridaL

@NaridaL any ideas how to improve it?

seyfer avatar Jan 09 '20 12:01 seyfer

I was looking at it while changing the CI to GitHub Actions. I think we can update the baseline of this https://github.com/nfroidure/gulp-iconfont/blob/master/tests/tests.mocha.js#L231 by using an updated version of ttfautohint. Then we can simply do apt-get install ttfautohint instead of compiling a specific version.

But I am not sure exactly what ttfautohint does and how to verify that the new baseline is correct.

pioug avatar Jan 17 '21 17:01 pioug