wollet: tests: elements_rpc calls #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- master | |
pull_request: {} | |
name: Build framework for SwiftPM package | |
jobs: | |
framework: | |
runs-on: macos-14 | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: dtolnay/[email protected] | |
with: | |
targets: x86_64-apple-ios,aarch64-apple-ios,aarch64-apple-ios-sim | |
- uses: extractions/setup-just@v1 | |
with: | |
just-version: 1.5.0 # optional semver specification, otherwise latest | |
- run: just swift | |
- run: mkdir lwkFFI.xcframework && mv target/lwkFFI.xcframework lwkFFI.xcframework | |
- uses: actions/upload-artifact@v4 | |
with: | |
name: lwkFFI.xcframework | |
path: lwkFFI.xcframework | |
- uses: actions/upload-artifact@v4 | |
with: | |
name: interface | |
path: target/swift |