mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-02-02 10:35:22 -05:00
Merge branch 'master' into bdk-0.24
This commit is contained in:
commit
dee51dc069
26
.github/workflows/ci.yml
vendored
26
.github/workflows/ci.yml
vendored
@ -59,15 +59,27 @@ jobs:
|
|||||||
|
|
||||||
- uses: Swatinem/rust-cache@v2.2.0
|
- uses: Swatinem/rust-cache@v2.2.0
|
||||||
|
|
||||||
- name: Install compiler for armhf arch
|
- uses: actions-rs/toolchain@v1
|
||||||
if: matrix.target == 'armv7-unknown-linux-gnueabihf'
|
with:
|
||||||
run: |
|
toolchain: stable
|
||||||
sudo apt-get update
|
profile: minimal
|
||||||
sudo apt-get install gcc-arm-linux-gnueabihf
|
target: armv7-unknown-linux-gnueabihf
|
||||||
|
override: true
|
||||||
|
|
||||||
- name: Build binary
|
- name: Build binary
|
||||||
run: |
|
if: matrix.target != 'armv7-unknown-linux-gnueabihf'
|
||||||
cargo build -p swap --target ${{ matrix.target }}
|
uses: actions-rs/cargo@v1
|
||||||
|
with:
|
||||||
|
command: build
|
||||||
|
args: -p swap --target ${{ matrix.target }}
|
||||||
|
|
||||||
|
- name: Build binary (armv7)
|
||||||
|
if: matrix.target == 'armv7-unknown-linux-gnueabihf'
|
||||||
|
uses: actions-rs/cargo@v1
|
||||||
|
with:
|
||||||
|
command: build
|
||||||
|
args: -p swap --target ${{ matrix.target }}
|
||||||
|
use-cross: true
|
||||||
|
|
||||||
- name: Upload swap binary
|
- name: Upload swap binary
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user