mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-26 01:50:10 +00:00
Add shared strategy to build static/shared binary
This commit is contained in:
parent
c845645606
commit
a19ed55184
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -29,8 +29,11 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest] # todo: windows-latest - lack of iconv development files
|
os: [ubuntu-latest, macos-latest] # todo: windows-latest - lack of iconv development files
|
||||||
|
shared: [0, 1]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Build
|
- name: Build
|
||||||
|
env:
|
||||||
|
SHARED: ${{ matrix.shared }}
|
||||||
run: make
|
run: make
|
||||||
|
Loading…
Reference in New Issue
Block a user