GitHub build action

This commit is contained in:
ksherlock 2021-10-17 11:18:02 -04:00 committed by GitHub
parent 06fe50de8c
commit c5f51cfe9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

20
.github/workflows/makefile.yml vendored Normal file
View File

@ -0,0 +1,20 @@
name: Makefile CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install esbuild
- name: Clean
run: make clean
- name: Make
run: make