Skip to content

error stacktrace still not fixed #137

error stacktrace still not fixed

error stacktrace still not fixed #137

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "master", "master-next" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt install libsqlite3-dev libhiredis-dev
- name: configure
run: ./configure --maintainer --allextmod --disable-docs
- name: Build
run: make
- name: Run check
run: make test
- name: Test bootstrap jimsh
run: ./test-bootstrap-jim