Skip to content

Add wallets/bitcoind submodule #836

Add wallets/bitcoind submodule

Add wallets/bitcoind submodule #836

Workflow file for this run

name: Build Bisq 2
on:
push:
pull_request:
types: [ opened, reopened, synchronize, closed ]
branches: [ main ]
permissions:
contents: read
jobs:
build_bisq:
name: Build Bisq on ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macOS-latest, windows-latest ]
uses: ./.github/workflows/build_bisq_module.yml

Check failure on line 19 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build.yml" -> "./.github/workflows/build_bisq_module.yml" (source branch with sha:ca8af22a2dc9e1e9d88ae7e66c81b49294b755f4) : You have an error in your yaml syntax on line 23
with:
os: ${{ matrix.os }}
name: Bisq
build-root-dir: .
build_apps_module:
name: Build apps module on ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macOS-latest, windows-latest ]
uses: ./.github/workflows/build_bisq_module.yml
with:
os: ${{ matrix.os }}
name: apps module
build-root-dir: apps
build_network_module:
name: Build network module on ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macOS-latest, windows-latest ]
uses: ./.github/workflows/build_bisq_module.yml
with:
os: ${{ matrix.os }}
name: network module
build-root-dir: network
build_tor_module:
name: Build tor module on ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macOS-latest, windows-latest ]
uses: ./.github/workflows/build_bisq_module.yml
with:
os: ${{ matrix.os }}
name: tor module
build-root-dir: network/tor
build_wallet_module:
name: Build wallet module on ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macOS-latest, windows-latest ]
uses: ./.github/workflows/build_bisq_module.yml
with:
os: ${{ matrix.os }}
name: wallet module
build-root-dir: wallets