Skip to content
This repository was archived by the owner on Apr 20, 2020. It is now read-only.

Commit bb58b3c

Browse files
committed
add build ramp file
1 parent b426059 commit bb58b3c

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

.circleci/config.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,18 @@ jobs:
5353
command: |
5454
pip install -r ./test/pytest/requirements.txt
5555
python ./test/pytest/test.py
56-
# - run:
57-
# name: Upload Coverage
58-
# command: ./scripts/codecov.sh
56+
57+
- run:
58+
name: Package
59+
command: >-
60+
ramp pack -m /workspace/ramp.yml -o
61+
/workspace/build/$PACKAGE_NAME.{os}-{architecture}.$CIRCLE_BRANCH.zip
62+
/workspace/$MODULE_ARTIFACT
63+
64+
# - run:
65+
# name: Upload Coverage
66+
# command: ./scripts/codecov.sh
67+
5968
- save_cache:
6069
key: v2-dependencies-{{ arch }}-{{ checksum "Cargo.lock" }}
6170
paths:

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ pub extern "C" fn init(raw_ctx: *mut rawmod::RedisModuleCtx) -> c_int {
763763

764764
redis_module! {
765765
name: "ReJSON",
766-
version: 200000,
766+
version: 999999,
767767
data_types: [
768768
REDIS_JSON_TYPE,
769769
],

0 commit comments

Comments
 (0)