Skip to content

feat: 0.4.1 KLS_Region is an optional feature (#64) #88

feat: 0.4.1 KLS_Region is an optional feature (#64)

feat: 0.4.1 KLS_Region is an optional feature (#64) #88

name: Run anvil tests
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master", "devel" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
anviltest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Run sudo apt update
run: sudo apt update -y
- name: Install astyle
run: sudo apt install astyle -y
- name: Run aclocal
run: aclocal
- name: Run autoconf
run: autoconf
- name: Run automake --add-missing
run: automake --add-missing
- name: Run ./configure
run: ./configure
- name: Run make
run: make
- name: Run make anviltest
run: make anviltest