Skip to content

feat: use load_info->is_new_game == -1 to detect new/load pick #303

feat: use load_info->is_new_game == -1 to detect new/load pick

feat: use load_info->is_new_game == -1 to detect new/load pick #303

name: Build CI with make (No anvil)
on:
push:
branches: [ "master" , "devel" ]
pull_request:
branches: [ "master" , "devel"]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Run aclocal
run: aclocal
- name: Run autoconf
run: autoconf
- name: Run automake --add-missing
run: automake --add-missing
- name: Run ./configure --enable-anvil=no
run: ./configure --enable-anvil=no
- name: Run make
run: make
- name: Run make check
run: make check