Skip to content

Mon 30 Dec 00:19:59 UTC 2024 #17

Mon 30 Dec 00:19:59 UTC 2024

Mon 30 Dec 00:19:59 UTC 2024 #17

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: build on ${{ matrix.os }}
run: cd k.edu && make