Merge branch 'keydbpro' of https://gitlab.eqalpha.com/keydb-dev/KeyDB-Pro into keydbpro
Former-commit-id: 4059f9c2396f0fa517ac2946ad5f0e45039c00e6
This commit is contained in:
commit
ab3eec4d59
@ -12,7 +12,7 @@ build:
|
||||
- docker
|
||||
stage: build
|
||||
script:
|
||||
- git submodule init && git submodule update
|
||||
- git submodule update --init --remote
|
||||
- make distclean
|
||||
- make -j
|
||||
artifacts:
|
||||
@ -113,7 +113,7 @@ endurance-test:
|
||||
- docker
|
||||
stage: test
|
||||
script:
|
||||
- git submodule init && git submodule update
|
||||
- git submodule update --init --remote
|
||||
- make distclean
|
||||
- make -j
|
||||
- ./runtest --config server-threads 3 --loop --stop
|
||||
@ -125,7 +125,7 @@ coverage-test:
|
||||
- docker
|
||||
stage: test
|
||||
script:
|
||||
- git submodule init && git submodule update
|
||||
- git submodule update --init --remote
|
||||
- make distclean
|
||||
- make gcov -j
|
||||
- make install
|
||||
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,6 +1,7 @@
|
||||
[submodule "deps/rocksdb"]
|
||||
path = deps/rocksdb
|
||||
url = https://github.com/facebook/rocksdb.git
|
||||
url = https://gitlab.eqalpha.com/submodules/rocksdb.git
|
||||
branch = keydb_v6
|
||||
[submodule "deps/depot_tools"]
|
||||
path = deps/depot_tools
|
||||
url = https://chromium.googlesource.com/chromium/tools/depot_tools.git
|
||||
|
Loading…
x
Reference in New Issue
Block a user