Skip to content

Merge pull request #481 from ocaml-multicore/add-bytecode-crash-issue #50

Merge pull request #481 from ocaml-multicore/add-bytecode-crash-issue

Merge pull request #481 from ocaml-multicore/add-bytecode-crash-issue #50

name: MinGW bytecode trunk
on:
schedule:
# Every Monday morning, at 3:33 UTC
- cron: '33 3 * * 1'
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/common.yml
with:
runs_on: windows-latest
platform: mingw
compiler_ref: refs/heads/trunk
options: bytecode-only
timeout: 240