Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-07 | CI/CD: Reduce job runners to 4 instead of using matrix strategy. | Jia Tan | 1 | -12/+83 | |
The old version used too many runners that resulted in unnecessary dependency downloads. Now, the runners are reused for the different configurations for each OS and build system. | |||||
2022-12-30 | CI/CD: Create initial version of CI/CD workflow. | Jia Tan | 1 | -0/+72 | |
The CI/CD workflow will only execute on Ubuntu and MacOS latest version. The workflow will attempt to build with autotools and CMake and execute the tests. The workflow will run for all pull requests and pushes done to the master branch. |