-
Notifications
You must be signed in to change notification settings - Fork 4
Continuous integration
Akuien A. Deng edited this page May 9, 2022
·
3 revisions
This milestone implements the use of Github action continuous integration which tests and builds any new code pushes or pull requests. It uses both Arduino CI and Android CI which are in .yml file format.
- The continuous integration (both Android and Arduino) should start running the tests on any code immediately a team member pushes or create a new pull request in the repository to ensure it works properly.
- The tests should give feedback i.e either a pass or fail after running the new pushed code.
- The continuous integration should accurately find compiling errors in the code 100% of the time.
Overview
Get starter
Milestones
- UI Prototype design and basic functions
- Smartcar functionalities including obstacle avoidance
- Android App (Staff interface design)
- Android App (customer interface design)
- Linking of Database and Android App
- Linking of emulator and Android App
- Documentation
- Continuous Integration
- Improvements and workflow enhancement
- SMCE emulator environment modding (modification).
- CarEShip App Instrumented UI testing
Documents