Skip to content

Merge remote-tracking branch 'upstream/master' into fixes #118

Merge remote-tracking branch 'upstream/master' into fixes

Merge remote-tracking branch 'upstream/master' into fixes #118

name: Build with the NDK
on:
push:
branches:
- fixes
workflow_dispatch:
workflow_call:
jobs:
autoreconf:
uses: turistu/odds-n-ends/.github/workflows/auto.yml@main
with:
cmd: ./bootstrap
permissions:
contents: write
build-with-ndk:
needs: autoreconf
uses: turistu/odds-n-ends/.github/workflows/build-with-ndk.yml@main
with:
build: .github/build-with-ndk
ref: ${{github.ref_name}}-auto
sync-for-upstream:
needs: build-with-ndk
uses: turistu/odds-n-ends/.github/workflows/sync.yml@main
secrets: inherit
with:
branch: for-upstream
upstream: https://github.com/strace/strace
permissions:
contents: write