Skip to content

wf test

wf test #23

Workflow file for this run

name: CI
on: # Controls when the workflow will run
push:
branches: [ "main" ]
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
jobs:
build:
runs-on: macos-latest
permissions: write-all
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: clang
run: clang -v
- name: clang
run: clang -dM -E - </dev/null
- name: build
run: cd k.edu # && make
- name: Tag branch
run: cd k.edu && git tag -f mac && git push -f origin mac