Skip to content

Merge branch 'main' of https://github.com/IOOPM-UU/Oboy #8

Merge branch 'main' of https://github.com/IOOPM-UU/Oboy

Merge branch 'main' of https://github.com/IOOPM-UU/Oboy #8

Workflow file for this run

name: C CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential libtool autoconf pkg-config libcunit1 libcunit1-doc libcunit1-dev
- name: Run tests
run: |
make ref_test