Skip to content

Commit

Permalink
Add new 5.4 trunk workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Aug 27, 2024
1 parent ed57a51 commit 396e394
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/linux-540-trunk-32bit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 32bit trunk

on:
pull_request:
push:
workflow_dispatch:

jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-variants.5.4.0+trunk,ocaml-option-32bit'
compiler_git_ref: refs/heads/trunk
dune_profile: 'debug-runtime'
runparam: 'o=20,s=4096,v=0,V=1'
timeout: 240

0 comments on commit 396e394

Please sign in to comment.