Skip to content

Separate workflows for the 5.2 branch #35

Separate workflows for the 5.2 branch

Separate workflows for the 5.2 branch #35

name: MinGW bytecode 5.1
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/common.yml
with:
runs_on: windows-latest
compiler: ocaml-variants.5.1.1+options+win,ocaml-option-mingw,ocaml-option-bytecode-only
timeout: 240