Skip to content

add OwnBookPath option #160

add OwnBookPath option

add OwnBookPath option #160

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
bench:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Bench
run: |
mkdir ./build/
cd ./build/
cmake ..
make -j
cd ..
./bench.sh
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Formatting
run: |
python3 ./tests/formatting_check.py