Skip to content

Merge commit '3497f1646f' into find_diff #82

Merge commit '3497f1646f' into find_diff

Merge commit '3497f1646f' into find_diff #82

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
# build and test with default LLVM version 15
- run: docker build -t symqemu .
# LLVM version 14
- run: docker build --build-arg LLVM_VERSION=14 -t symqemu .