Skip to content

wip

wip #5

Workflow file for this run

name: Makefile CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y build-essential ccache libgc-dev graphviz libunwind-dev libreadline-dev pkg-config
- run: make
- name: Run tests
run: cd tests && make some
sanity-checks:
runs-on: ubuntu-latest
steps:
- run: make sanity-checks
nitunit-some:
runs-on: ubuntu-latest
steps:
- run: make nitunit-some