Skip to content

[B178] : Refactor "::critical" and "::logger" (#14) #174

[B178] : Refactor "::critical" and "::logger" (#14)

[B178] : Refactor "::critical" and "::logger" (#14) #174

Workflow file for this run

name: Build
on:
workflow_dispatch:
push:
paths-ignore:
- 'doc/**'
- 'examples/**'
- '.vscode/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v4
with:
submodules: recursive
- name: cmake preparation
run: mkdir build && cd build && cmake ..
- name: build
working-directory: ./build
run: make VERBOSE=1