mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-05-29 20:34:04 +00:00
[gha] macos: test static build
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user