mirror of
https://github.com/c-cube/ezcurl.git
synced 2025-12-06 03:05:31 -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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
jobs:
|
jobs:
|
||||||
run:
|
run:
|
||||||
name: Build
|
name: Build
|
||||||
|
|
@ -16,8 +16,9 @@ jobs:
|
||||||
# - macos-latest # build issues with `ar` (!!!)
|
# - macos-latest # build issues with `ar` (!!!)
|
||||||
#- windows-latest # certificate problem
|
#- windows-latest # certificate problem
|
||||||
ocaml-compiler:
|
ocaml-compiler:
|
||||||
- 4.03.x
|
- 4.08.x
|
||||||
- 4.12.x
|
- 4.12.x
|
||||||
|
- 5.2.x
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue