Skip to content

dump cppp macros

dump cppp macros #22

Workflow file for this run

name: CI
on: # Controls when the workflow will run
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest] #[ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: clang on ${{ matrix.os }}
run: clang -v
- name: clang on ${{ matrix.os }}
run: clang -dM -E - </dev/null
- name: build on ${{ matrix.os }}
run: cd k.edu && make