Team-07-CSE-210-FA-24 / cse210-fa24-group07

CSE 210 Fall 2024 Project for Team 07
0 stars 0 forks source link

CI/CD Pipeline Setup #3

Open ishanppendse opened 1 week ago

ishanppendse commented 1 week ago

Tasks

The CI_CD_Pipeline branch is used to test out the CI/CD pipeline as we work on this issue.

Bottlenecks

None

McSohan commented 1 week ago

There is a simple todo list application - I experimented with binding the application to a hotkey as well, it works! But didn't push in the code since this wont be our final application. For packaging we can use electron-forge. It creates executables for the required target. The build process takes a while though (especially when building cross-platform).

ishanppendse commented 1 week ago

There is a simple todo list application - I experimented with binding the application to a hotkey as well, it works! But didn't push in the code since this wont be our final application. For packaging we can use electron-forge. It creates executables for the required target. The build process takes a while though (especially when building cross-platform).

maybe you can push it to the CI_CD_Pipeline branch, since the purpose of this branch is to test out CI/CD pipeline?

amnore commented 1 week ago

I completed setting up formatting and linting locally in the new branch CI-biome. I'll setup CI for it once the pipeline is created. @ishanppendse

Admiral-Monferrat commented 1 week ago

I just setup jest for testing in our CI/CD pipeline and added application/.github/workflows/ci.ym. I already pushed the code to our CI_CD_Pipeline branch. I can get the test running, but the test result is wrong.