Skip to content

Commit

Permalink
Add make flows
Browse files Browse the repository at this point in the history
  • Loading branch information
SchaichAlonso committed Oct 20, 2023
1 parent 834549a commit 27bf409
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
vcpkg_target_triplet: ['x64-windows', 'x64-windows-static', 'x64-linux']
build_type: ['debug', 'release']
include:
- generator: 'make'
vcpkg_target_triplet: 'x64-linux'
build_type: 'debug'
- generator: 'make'
vcpkg_target_triplet: 'x64-linux'
build_type: 'release'
- vcpkg_target_triplet: 'x64-linux'
mono: 'mono'
os: 'ubuntu-22.04'
Expand All @@ -35,7 +41,7 @@ jobs:
contents: read
packages: write

runs-on: ${{ matrix.os }}-8-cores
runs-on: ${{ matrix.os }}-8-cores

env:
VCPKG_TARGET_TRIPLET: ${{ matrix.vcpkg_target_triplet }}
Expand Down

0 comments on commit 27bf409

Please sign in to comment.