Skip to content

Build using Ninja

Build using Ninja #139

Workflow file for this run

name: CI
on: [push]
jobs:
cpp-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install dependencies
run: pip install quom && sudo apt-get install -y ninja-build
- name: Run all tests
run: make test