Add shared strategy to build static/shared binary

pull/3301/head
Konrad Goławski 2 years ago
parent c845645606
commit a19ed55184

@ -29,8 +29,11 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest] # todo: windows-latest - lack of iconv development files
shared: [0, 1]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Build
env:
SHARED: ${{ matrix.shared }}
run: make

Loading…
Cancel
Save