mirror of
https://github.com/c-cube/ezcurl.git
synced 2025-12-05 19:00:34 -05:00
chore: CI
This commit is contained in:
parent
ec0871ef69
commit
c89c54218d
1 changed files with 4 additions and 3 deletions
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
|
@ -2,10 +2,10 @@ name: build
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
jobs:
|
||||
run:
|
||||
name: Build
|
||||
|
|
@ -16,8 +16,9 @@ jobs:
|
|||
# - macos-latest # build issues with `ar` (!!!)
|
||||
#- windows-latest # certificate problem
|
||||
ocaml-compiler:
|
||||
- 4.03.x
|
||||
- 4.08.x
|
||||
- 4.12.x
|
||||
- 5.2.x
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue