Skip to content

Commit

Permalink
Add 5.1.1, 5.1.0, and 5.0.0 workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Jun 3, 2024
1 parent a0c2f9f commit 8a668e1
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/linux-500-32bit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 32bit 5.0.0

on:
pull_request:
push:
workflow_dispatch:

jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-variants.5.0.0+options,ocaml-option-32bit'
dune_profile: 'debug-runtime'
runparam: 's=4096,v=0,V=1'
timeout: 240
15 changes: 15 additions & 0 deletions .github/workflows/linux-510-32bit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 32bit 5.1.0

on:
pull_request:
push:
workflow_dispatch:

jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-variants.5.1.0+options,ocaml-option-32bit'
dune_profile: 'debug-runtime'
runparam: 's=4096,v=0,V=1'
timeout: 240
15 changes: 15 additions & 0 deletions .github/workflows/linux-511-32bit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 32bit 5.1.1

on:
pull_request:
push:
workflow_dispatch:

jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-variants.5.1.1+options,ocaml-option-32bit'
dune_profile: 'debug-runtime'
runparam: 's=4096,v=0,V=1'
timeout: 240

0 comments on commit 8a668e1

Please sign in to comment.