tidev / hyperloop.next

Hyperloop Next version (we forgot the version number at this point)
Other
8 stars 5 forks source link

[TIMOB-24829] Improve android build performance #205

Closed janvennemann closed 7 years ago

janvennemann commented 7 years ago

JIRA: https://jira.appcelerator.org/browse/TIMOB-24829

This is the reworked version of #189, using the appc-tasks module and complete with unit tests backing the refactored code.

Change overview:

To properly work in master, this has to be tested together with #206

sgtcoolguy commented 7 years ago

Yay for tests! Do these actually run as part of the build? I'm guessing not. Can we please hook them up in the Jenkinsfile? Ideally we'd model this like many of the other npm packages, and have a Gruntfile that can do linting/testing of the JS code. If you'd like I can get us started in that direction and then we can hook the nyc/test stuff into it?