Skip to content

Add CI

Add CI #3

Workflow file for this run

name: Graph Compiler build
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions: read-all
jobs:
build:
name: Build
runs-on: [self-hosted]
steps:
- uses: actions/checkout@v4
- name: Build
run: |
cmake -S . -B build
cd build
make