This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
19
unikernel/duniverse/ppxlib/.github/workflows/dune-build.yml
vendored
Normal file
19
unikernel/duniverse/ppxlib/.github/workflows/dune-build.yml
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
name: Build on Dune PM
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
runs-on: [ ubuntu-latest, macos-latest ]
|
||||
runs-on: ${{ matrix.runs-on }}
|
||||
continue-on-error: true
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Use dune
|
||||
uses: ocaml-dune/setup-dune@v0.0.1
|
||||
with:
|
||||
automagic: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue