Describe the task
Build automation is the process of automating the retrieval of source code, compiling it into binary code, executing automated tests, and publishing it.
As we begin to add new agents and test, we need an API to automate the build, ship new updates to QA, and trigger the agent.
Acceptance Criteria:
- Changes to Whyis directory should trigger a separate build,
- Build should be uploaded to QA from CI
- CI should notify when the upload is completed
- Provide a user interface to trigger agent
Describe the task
Build automation is the process of automating the retrieval of source code, compiling it into binary code, executing automated tests, and publishing it.
As we begin to add new agents and test, we need an API to automate the build, ship new updates to QA, and trigger the agent.
Acceptance Criteria: