Skip to content

BUILD: add libgcrypt.m4 check for self contained builds #66

BUILD: add libgcrypt.m4 check for self contained builds

BUILD: add libgcrypt.m4 check for self contained builds #66

Workflow file for this run

# https://rhysd.github.io/actionlint/
name: Testing
on: [push]
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test Linux Build
run: misc/dbuild.sh
macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Test macOS Build
run: misc/macbuild.sh
macos-13:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Test macOS Build
run: misc/macbuild.sh