Create buildci.yml

This commit is contained in:
Adam Hamsik 2023-12-28 19:37:23 +01:00 committed by GitHub
parent 96c9f917c0
commit 912c63136b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

22
.github/workflows/buildci.yml vendored Normal file
View File

@ -0,0 +1,22 @@
name: Makefile CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: configure
run: ./configure
- name: Install dependencies
run: make