Skip to content

SymCC Runtime Integration #59

SymCC Runtime Integration

SymCC Runtime Integration #59

Workflow file for this run

on:
workflow_dispatch:
push:
pull_request:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: git submodule update --init --recursive subprojects/symcc-rt
- run: docker build -t symqemu .