Skip to content

ARM64 support for Firebird v5 (noble and bookworm) #4

ARM64 support for Firebird v5 (noble and bookworm)

ARM64 support for Firebird v5 (noble and bookworm) #4

name: on-pull-request
on: [pull_request]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 10
- name: Install tools
shell: pwsh
run: |
Install-Module InvokeBuild -Force
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Build
shell: pwsh
run: |
Invoke-Build
- name: Test
shell: pwsh
run: |
Invoke-Build Test