Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Jan 20, 2024
1 parent bda99f8 commit 5814c6f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ name: build
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
jobs:
run:
name: Build
Expand All @@ -17,13 +15,14 @@ jobs:
#- windows-latest
ocaml-compiler:
- 4.08.x
- 4.12.x
- 5.1.x
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
allow-prerelease-opam: true
- run: opam pin -n .
- run: opam depext -yt calculon calculon-web
- run: opam install -t . --deps-only
Expand Down

0 comments on commit 5814c6f

Please sign in to comment.