Skip to content

version: bump to 1.19.1 #850

version: bump to 1.19.1

version: bump to 1.19.1 #850

Workflow file for this run

name: MacOS (build-&-test)
on:
push:
branches:
- master
- devel
pull_request:
branches:
- master
- devel
jobs:
setup:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Building MacOS dependencies
run: brew install lcov gcovr
- name: Compile the static and shared libraries
run: make release
- name: Test the library
run: make test