Skip to content

Commit

Permalink
GitHub Action setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jansorg committed Feb 13, 2024
1 parent b4cd90c commit 42937bf
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: "bashdb CI"
on:
push:

jobs:
linux:
name: "Linux"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Configure
shell: bash
run: sh ./autogen.sh

- name: Test
shell: bash
env:
CIRCLECI: 1
run: make check

0 comments on commit 42937bf

Please sign in to comment.