Skip to content

simplified meson.build (#206) #14

simplified meson.build (#206)

simplified meson.build (#206) #14

Workflow file for this run

name: Build & run tests
on:
push:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run the 'make all'
run: make all