mirror of
https://github.com/ksherlock/wdc-utils.git
synced 2025-08-09 09:25:21 +00:00
Create make.yml
This commit is contained in:
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
|
Reference in New Issue
Block a user