mirror of
https://github.com/ksherlock/wdc-utils.git
synced 2025-04-02 21:33:47 +00:00
Create make.yml
This commit is contained in:
parent
885fcc7958
commit
d3df7b2c47
17
.github/workflows/make.yml
vendored
Normal file
17
.github/workflows/make.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
name: C/C++ CI
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macos-latest, ubuntu-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
- name: make
|
||||
run: make all
|
Loading…
x
Reference in New Issue
Block a user