Skip to content

Add shared library

Add shared library #29

Workflow file for this run

name: CMake
on:
push:
branches: ["main", "dev"]
pull_request:
branches: ["main"]
jobs:
build:
# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
# You can convert this to a matrix build if you need cross-platform coverage.
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt install libgtest-dev
- name: make-clang-debug
run: cmake --workflow --preset make-clang-debug