Skip to content

Removed logging when objects are constructed and destructed #86

Removed logging when objects are constructed and destructed

Removed logging when objects are constructed and destructed #86

name: efp_base_ubuntu
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install GTest
run: sudo apt install libgtest-dev
- name: CMake set-up
run: cmake -DCMAKE_BUILD_TYPE=Release .
- name: make
run: make
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}