Skip to content

Commit

Permalink
Merge pull request #17 from ocsigen/update-gha
Browse files Browse the repository at this point in the history
Update GitHub Actions
  • Loading branch information
smorimoto authored Apr 30, 2024
2 parents 0ce4b75 + 2fff20b commit 34a7dbf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
19 changes: 7 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,19 @@ jobs:
- macos-latest
- ubuntu-latest
- windows-latest
ocaml-compiler:
- 4.10.x
- 4.11.x
- 4.12.x

runs-on: ${{ matrix.os }}

steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Checkout tree
uses: actions/checkout@v4

- name: Use OCaml ${{ matrix.ocaml-compiler }}
- name: Set-up OCaml
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
ocaml-compiler: "4.12"
allow-prerelease-opam: true

- name: Install dependencies
run: opam install --deps-only .
- run: opam install --deps-only .

- name: Build components
run: opam exec -- make all
- run: opam exec -- make all

0 comments on commit 34a7dbf

Please sign in to comment.