mirror of
https://github.com/SciresM/hactool
synced 2024-11-25 05:20:21 +00:00
ci: add macos build (#105)
This commit is contained in:
parent
19a6b22a02
commit
043f883b3f
1 changed files with 5 additions and 1 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -5,7 +5,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
job_name: ['linux', 'windows']
|
job_name: ['linux', 'windows', 'macos']
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- job_name: linux
|
- job_name: linux
|
||||||
|
@ -16,6 +16,10 @@ jobs:
|
||||||
os: windows-latest
|
os: windows-latest
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
|
|
||||||
|
- job_name: macos
|
||||||
|
os: macos-latest
|
||||||
|
shell: bash {0}
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: ${{ matrix.shell }}
|
shell: ${{ matrix.shell }}
|
||||||
|
|
Loading…
Reference in a new issue