feat: support cmakelists.txt #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ci | |
on: | |
push: | |
jobs: | |
test-coverage: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Check out this repository | |
uses: actions/[email protected] | |
- name: Build and test this project | |
run: | | |
bash build.sh | |
bash runtest.sh | |
- name: Generate a code coverage report | |
uses: threeal/[email protected] |