mirror of
https://github.com/isar/libmdbx.git
synced 2024-12-29 08:58:48 +08:00
mdbx-ci: use github actions instead of fallen travis-ci.
Change-Id: I091635fc16d7141bafe350d36fa8943e91807097
This commit is contained in:
parent
f2b9babfd3
commit
c918c98ffa
2
.github/actions/spelling/expect.txt
vendored
2
.github/actions/spelling/expect.txt
vendored
@ -844,6 +844,7 @@ lyuryev
|
||||
lz
|
||||
machdep
|
||||
machineid
|
||||
macos
|
||||
MACROFILE
|
||||
MADV
|
||||
madvise
|
||||
@ -1695,6 +1696,7 @@ unmap
|
||||
unmapping
|
||||
Unpoisoning
|
||||
unregister
|
||||
unshallow
|
||||
unspill
|
||||
unspilling
|
||||
unsync
|
||||
|
18
.github/workflows/ci.yml
vendored
Normal file
18
.github/workflows/ci.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
name: CI
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
#, windows-latest
|
||||
os: [ubuntu-latest, macos-latest, ubuntu-16.04]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: fetch tags
|
||||
run: git fetch --unshallow --tags --prune
|
||||
- name: make check
|
||||
run: make --keep-going all && MALLOC_CHECK_=7 MALLOC_PERTURB_=42 make --keep-going check
|
||||
shell: bash
|
3
.github/workflows/spelling.yml
vendored
3
.github/workflows/spelling.yml
vendored
@ -4,10 +4,9 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Spell checking
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2.0.0
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 5
|
||||
- uses: check-spelling/check-spelling@prerelease
|
||||
|
Loading…
x
Reference in New Issue
Block a user