excellenteasy / ios-icon-resize

Create all required icons from one icon. Right size, right file name.
MIT License
9 stars 3 forks source link

chore(travis): update C++ compiler for travisCI #5

Closed jimwhitelaw closed 7 years ago

jimwhitelaw commented 7 years ago

TravisCI builds failing when running node-gyp rebuild for lwip due to lwip requiring gcc 4.8+. This change updates gcc on the CI server before executing the build.

jimwhitelaw commented 7 years ago

This change builds correctly, but fails at 'semantic-release' step due to not being configured with GH and NPM tokens.

jimwhitelaw commented 7 years ago

Fix for the CI builds was to only run semantic-release after a successful build. David I think you'll need to update the travis env vars with the appropriate GH_TOKEN and NPM_TOKEN values for semantic-release and npm publishing to succeed.

davidpfahler commented 7 years ago

@jimwhitelaw Thank you. This is amazing!