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 fc120a1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,23 @@ jobs:
mono: ''
os: 'windows-2022'
VsDevShellArch: 'amd64'

- generator: 'make'
vcpkg_target_triplet: 'x64-linux'
build_type: 'debug'
mono: 'mono'
os: 'ubuntu-22.04'
- generator: 'make'
vcpkg_target_triplet: 'x64-linux'
build_type: 'release'
mono: 'mono'
os: 'ubuntu-22.04'

permissions:
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 fc120a1

Please sign in to comment.