This commit is contained in:
stickynotememo
2025-12-19 18:53:50 +11:00
committed by GitHub
parent 23e55b3735
commit f48a4c4d6e
+24
View File
@@ -0,0 +1,24 @@
name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: configure
run: ./configure
- name: Install dependencies
run: make
- name: Run and test
run: make run