mirror of
https://github.com/zerotier/pylon.git
synced 2026-05-22 16:28:21 -07:00
Build debug and release versions
This commit is contained in:
@@ -9,8 +9,9 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
target: [debug, release]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Checkout the repository
|
||||
- name: Build ${{ matrix.os }} - ${{ matrix.target }}
|
||||
uses: actions/checkout@v3.5.3
|
||||
- run: make
|
||||
- run: make ${{ matrix.target }}
|
||||
|
||||
Reference in New Issue
Block a user