Skip to content

comment out protected on input #128

comment out protected on input

comment out protected on input #128

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@v2
with:
submodules: recursive
- name: cmake preparation
run: mkdir build && cd build && cmake ..
- name: build
working-directory: ./build
run: make VERBOSE=1