Skip to content

added build CI

added build CI #1

Workflow file for this run

name: Build
on:
push:
jobs:
build-project:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: sudo apt-get install libgtest-dev && sudo apt-get install gcovr && sudo apt-get install lcov
- name: Checkout the repository
uses: actions/checkout@v3.5.3
- name: Configure the project
uses: threeal/cmake-action@v1.3.0
- name: Build the project
run: cmake --build build