ensoniq-buddy/.github/workflows/makefile.yml

27 lines
448 B
YAML
Raw Normal View History

2021-10-17 15:18:02 +00:00
name: Makefile CI
# ubuntu apt doesn't have esbuild until 21.04
# (as of 2021-10-17, ubuntu-latest is 20.04)
2021-10-17 15:18:02 +00:00
on: [push, pull_request]
jobs:
build:
runs-on: macos-latest
2021-10-17 15:18:02 +00:00
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: brew update && brew install esbuild yarn
- name: Yarn
run: yarn install
2021-10-17 15:18:02 +00:00
- name: Clean
run: make clean
- name: Make
run: make