Skip to content

New contributor Radek Sipka, macOS 15.1 testing; feature requests #272

New contributor Radek Sipka, macOS 15.1 testing; feature requests

New contributor Radek Sipka, macOS 15.1 testing; feature requests #272

Workflow file for this run

name: C/C++ CI - Ubuntu
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: configure
run: ./configure
- name: make
run: make