Skip to content

Removed logging when objects are constructed and destructed #89

Removed logging when objects are constructed and destructed

Removed logging when objects are constructed and destructed #89

Workflow file for this run

name: efp_base_win
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: windows-latest
steps:
- name: Install gtest
uses: MarkusJx/googletest-installer@v1.1
- uses: actions/checkout@v3
- name: CMake set-up
run: cmake -S . `-D CMAKE_BUILD_TYPE=Release -D GTEST_ROOT=D:/gtest`
- name: make
run: cmake --build . --config Release