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 fc74d1a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
vcpkg_target_triplet: ['x64-windows', 'x64-windows-static', 'x64-linux']
build_type: ['debug', 'release']
include:
- vcpkg_target_triplet: 'x64-linux'
generator: 'make'
build_type: ['debug', 'release']
- vcpkg_target_triplet: 'x64-linux'
mono: 'mono'
os: 'ubuntu-22.04'
Expand All @@ -35,7 +38,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 fc74d1a

Please sign in to comment.