add ci workflow
This commit is contained in:
parent
4d0a78612a
commit
e76a01f8c4
@ -15,7 +15,7 @@ executors:
|
|||||||
ERLANG_ROCKSDB_BUILDOPTS: "-j2"
|
ERLANG_ROCKSDB_BUILDOPTS: "-j2"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- otp24
|
otp24:
|
||||||
build:
|
build:
|
||||||
executor: aebuilder
|
executor: aebuilder
|
||||||
steps:
|
steps:
|
||||||
@ -23,7 +23,7 @@ jobs:
|
|||||||
- run: make test
|
- run: make test
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: _build/test/logs
|
path: _build/test/logs
|
||||||
- otp23
|
otp23:
|
||||||
build:
|
build:
|
||||||
executor: aebuilder23
|
executor: aebuilder23
|
||||||
steps:
|
steps:
|
||||||
@ -31,3 +31,9 @@ jobs:
|
|||||||
- run: make test
|
- run: make test
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: _build/test/logs
|
path: _build/test/logs
|
||||||
|
|
||||||
|
workflows:
|
||||||
|
build_and_test:
|
||||||
|
jobs:
|
||||||
|
- otp23
|
||||||
|
- otp24
|
||||||
|
Loading…
x
Reference in New Issue
Block a user