Skip to content

Commit

Permalink
Add bytecode workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Aug 12, 2024
1 parent 5be8104 commit 50198ab
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/linux-520-bytecode.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: 32bit 5.2

on:
pull_request:
push:
workflow_dispatch:

jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-variants.5.2.0+options,ocaml-option-bytecode-only'
timeout: 240
14 changes: 14 additions & 0 deletions .github/workflows/linux-530-trunk-bytecode.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: 32bit trunk

on:
pull_request:
push:
workflow_dispatch:

jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-variants.5.3.0+trunk,ocaml-option-bytecode-only'
compiler_git_ref: refs/heads/trunk
timeout: 240

0 comments on commit 50198ab

Please sign in to comment.