Skip to content

Merge branch 'main' of https://github.com/megalodon-chess/megalodon #159

Merge branch 'main' of https://github.com/megalodon-chess/megalodon

Merge branch 'main' of https://github.com/megalodon-chess/megalodon #159

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