Skip to content

feat: support cmakelists.txt #1

feat: support cmakelists.txt

feat: support cmakelists.txt #1

Workflow file for this run

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]