Fix ci config
This commit is contained in:
parent
eeb6aff242
commit
4d0a78612a
@ -15,17 +15,19 @@ executors:
|
||||
ERLANG_ROCKSDB_BUILDOPTS: "-j2"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
executor: aebuilder
|
||||
steps:
|
||||
- checkout
|
||||
- run: make test
|
||||
- store_artifacts:
|
||||
path: _build/test/logs
|
||||
build-otp23:
|
||||
executor: aebuilder23
|
||||
steps:
|
||||
- checkout
|
||||
- run: make test
|
||||
- store_artifacts:
|
||||
path: _build/test/logs
|
||||
- otp24
|
||||
build:
|
||||
executor: aebuilder
|
||||
steps:
|
||||
- checkout
|
||||
- run: make test
|
||||
- store_artifacts:
|
||||
path: _build/test/logs
|
||||
- otp23
|
||||
build:
|
||||
executor: aebuilder23
|
||||
steps:
|
||||
- checkout
|
||||
- run: make test
|
||||
- store_artifacts:
|
||||
path: _build/test/logs
|
||||
|
Loading…
x
Reference in New Issue
Block a user