mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
CI
This commit is contained in:
parent
d8612f84c9
commit
477c780f18
2 changed files with 6 additions and 4 deletions
4
.github/workflows/gh-pages.yml
vendored
4
.github/workflows/gh-pages.yml
vendored
|
|
@ -18,9 +18,9 @@ jobs:
|
|||
path: ~/.opam
|
||||
key: opam-ubuntu-latest-4.12.0
|
||||
|
||||
- uses: avsm/setup-ocaml@v1
|
||||
- uses: ocaml/setup-ocaml@v2
|
||||
with:
|
||||
ocaml-version: '4.12.0'
|
||||
ocaml-compiler: '4.14'
|
||||
|
||||
- name: Pin
|
||||
run: opam pin -n .
|
||||
|
|
|
|||
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -1,6 +1,8 @@
|
|||
name: build
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
|
@ -14,8 +16,8 @@ jobs:
|
|||
#- windows-latest # see https://github.com/ocaml/setup-ocaml/issues/361
|
||||
#- macos-latest # clogs CI
|
||||
ocaml-compiler:
|
||||
- 4.08.x
|
||||
- 4.14.x
|
||||
- 4.08
|
||||
- 4.14
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue