Skip to content

parenthesize macro arguments #32

parenthesize macro arguments

parenthesize macro arguments #32

Workflow file for this run

name: Build CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Create build directory.
run: mkdir build
- name: Build
run: docker-compose build && docker-compose up