Skip to content

Merge branch 'bash-5.2' into doc-cleanups #48

Merge branch 'bash-5.2' into doc-cleanups

Merge branch 'bash-5.2' into doc-cleanups #48

Workflow file for this run

name: "bashdb CI"
on:
push:
jobs:
linux:
name: "Linux"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Packages
shell: bash
run: |+
sudo apt -y update
sudo apt -y install autoconf automake texinfo
- name: Configure
shell: bash
run: sh ./autogen.sh
- name: Test
shell: bash
env:
VERBOSE: 1
run: make -e -j3 check