Skip to content

Go over docs. Sync with zshdb.. #44

Go over docs. Sync with zshdb..

Go over docs. Sync with zshdb.. #44

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