Skip to content

Move fbuffer and buffer_size from foe_file_cfg to foe_cfg #90

Move fbuffer and buffer_size from foe_file_cfg to foe_cfg

Move fbuffer and buffer_size from foe_file_cfg to foe_cfg #90

Workflow file for this run

name: build
on: [push, pull_request]
env:
BUILD_TYPE: Release
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Configure
shell: bash
run: |
cmake -E make_directory $GITHUB_WORKSPACE/build
cmake -B $GITHUB_WORKSPACE/build -S $GITHUB_WORKSPACE \
-DCMAKE_BUILD_TYPE=$BUILD_TYPE
- name: Build
shell: bash
run: |
cmake --build $GITHUB_WORKSPACE/build -j4