mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-11-14 05:20:10 +00:00
[gha] macos: test static build
This commit is contained in:
parent
fccd47b125
commit
1b6cfcac73
1 changed files with 5 additions and 5 deletions
10
.github/workflows/build-macos.yml
vendored
10
.github/workflows/build-macos.yml
vendored
|
|
@ -18,10 +18,6 @@ on:
|
|||
branches:
|
||||
- '*'
|
||||
|
||||
#concurrency:
|
||||
# group: ci-macos
|
||||
# cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build on ${{ matrix.target-name }}
|
||||
|
|
@ -50,4 +46,8 @@ jobs:
|
|||
run: brew list
|
||||
|
||||
- name: Build application
|
||||
run: make HOMEBREW=1 USE_UPNP=ON PREFIX=$GITHUB_WORKSPACE/output -j3
|
||||
run: make HOMEBREW=1 USE_UPNP=ON USE_STATIC=ON PREFIX=$GITHUB_WORKSPACE/output -j3
|
||||
|
||||
- name: Print binary linking
|
||||
run: otool -L i2pd
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue