Skip to content

Optimize search efficiency with Zobrist hash #66

Optimize search efficiency with Zobrist hash

Optimize search efficiency with Zobrist hash #66

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
check-code-format:
runs-on: ubuntu-22.04
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get update -q -y
sudo apt-get install -q -y clang-format
- name: Check code formatting
run: |
.ci/check-format.sh
build:
runs-on: ubuntu-22.04
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get update -q -y
sudo apt-get install -q -y build-essential make
- name: default build
run: make