Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Merge pull request #34 from jgarzik/macos #11

Merge pull request #34 from jgarzik/macos

Merge pull request #34 from jgarzik/macos #11

Workflow file for this run

name: CI
on: [push]
env:
CARGO_TERM_COLOR: always
jobs:
linux-ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install deps
run: sudo apt-get -y install flex bison autopoint gettext
- name: Prepare
run: ./autogen.sh && ./configure
- name: Build
run: make -s
- name: Run tests
run: make -s check