Skip to content

start system for compile-time checking of using the same twice (inclu… #1252

start system for compile-time checking of using the same twice (inclu…

start system for compile-time checking of using the same twice (inclu… #1252

Workflow file for this run

name: C/C++ CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: test styles
run: cd styles && make test
- name: test common
run: cd common && make test
- name: test blades
run: cd blades && make test
- name: test sound
run: cd sound && make test