Nick9500 / ministocks

Android Stocks Widget
http://niteshpatel.github.io/ministocks
MIT License
1 stars 2 forks source link

As a developer, I want to set up CI for the repository. #3

Closed Nick9500 closed 6 years ago

Nick9500 commented 6 years ago

[Priority: 1] [SPs: 2] [Risk: Med]

As a developer, I want to set up CI for the repository.

Tasks:

Decide on a CI system to use. Set up CI to work with Github repo. Set to build upon pull request and merge.

Nick9500 commented 6 years ago

CI was implemented but only with tests disabled. Tests are failing in CI and not locally in Android Studio.

See build results below: https://circleci.com/gh/Nick9500/ministocks

Nick9500 commented 6 years ago

Phase 1 of initial CI integration is complete. Phase 2 is to fix the tests.

Nick9500 commented 6 years ago

Tests are passing in Android Studio:

passtests

Tests are still not passing in TravisCI/CircleCI

failtravis

Investigation underway.

Nick9500 commented 6 years ago

Updated Links https://circleci.com/gh/Nick9500/ministocks https://travis-ci.org/Nick9500/ministocks