Build debug and release versions

This commit is contained in:
travisladuke
2023-07-26 14:16:36 -07:00
parent fc87ec593d
commit 38e192daf2
+3 -2
View File
@@ -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 }}