mirror of
https://github.com/zerotier/pylon.git
synced 2026-05-22 16:28:21 -07:00
Basic Github action to build on linux and mac
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
name: Build
|
||||
on:
|
||||
push:
|
||||
paths-ignore::
|
||||
- "README.md"
|
||||
|
||||
jobs:
|
||||
build_matrix:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Checkout the repository
|
||||
uses: actions/checkout@v3.5.3
|
||||
- run: make
|
||||
Reference in New Issue
Block a user