Skip to content

feat: update makefile workflow #84

feat: update makefile workflow

feat: update makefile workflow #84

Workflow file for this run

name: Build CI
on:
push:

Check failure on line 4 in .github/workflows/makefile.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/makefile.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
branches: [ "master" "devel" ]
pull_request:
branches: [ "master" "devel" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- 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