wdc-utils/.github/workflows/make.yml

18 lines
271 B
YAML
Raw Normal View History

2020-11-17 20:49:55 +00:00
name: Make
2020-11-12 15:24:16 +00:00
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
steps:
2022-12-16 02:10:46 +00:00
- uses: actions/checkout@v3
2020-11-12 15:24:16 +00:00
with:
submodules: true
- name: make
run: make all