This is stable implementation from eleeye #362
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Tune | |
on: | |
push: | |
branches: | |
- tune | |
jobs: | |
linux: | |
env: | |
COMPCXX: clang++ | |
COMP: clang | |
ARCH: x86-64-bmi2 | |
defaults: | |
run: | |
working-directory: src | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- name: make | |
run: make clean && make -j build && make strip | |
- name: upload to fishtest | |
run: curl https://test.pikafish.org/api/pre_upload -F file=@pikafish -F "file_type=engine" -F "password=${{ secrets.NOTHING }}" | |
- name: print variables table | |
run: printf 'quit' | ./pikafish |