Replace mg_client with mgconsole (#153)

This commit is contained in:
Josip Seljan
2021-05-26 11:59:36 +02:00
committed by GitHub
parent 13ea35af2d
commit 2a0b0d969f
12 changed files with 73 additions and 867 deletions

View File

@@ -54,8 +54,13 @@ jobs:
# Activate toolchain.
source /opt/toolchain-v2/activate
# Create community DEB package.
cd build
# create mgconsole
# we use the -B to force the build
make -j$THREADS -B mgconsole
# Create community DEB package.
mkdir output && cd output
cpack -G DEB --config ../CPackConfig.cmake
@@ -281,8 +286,13 @@ jobs:
# Activate toolchain.
source /opt/toolchain-v2/activate
# Create enterprise DEB package.
cd build
# create mgconsole
# we use the -B to force the build
make -j$THREADS -B mgconsole
# Create enterprise DEB package.
mkdir output && cd output
cpack -G DEB --config ../CPackConfig.cmake

View File

@@ -39,8 +39,13 @@ jobs:
# Activate toolchain.
source /opt/toolchain-v2/activate
# Create community RPM package.
cd build
# create mgconsole
# we use the -B to force the build
make -j$THREADS -B mgconsole
# Create community RPM package.
mkdir output && cd output
cpack -G RPM --config ../CPackConfig.cmake
rpmlint memgraph*.rpm
@@ -232,8 +237,13 @@ jobs:
# Activate toolchain.
source /opt/toolchain-v2/activate
# Create enterprise RPM package.
cd build
# create mgconsole
# we use the -B to force the build
make -j$THREADS -B mgconsole
# Create enterprise RPM package.
mkdir output && cd output
cpack -G RPM --config ../CPackConfig.cmake
rpmlint memgraph*.rpm

View File

@@ -39,8 +39,13 @@ jobs:
# Activate toolchain.
source /opt/toolchain-v2/activate
# Create community DEB package.
cd build
# create mgconsole
# we use the -B to force the build
make -j$THREADS -B mgconsole
# Create community DEB package.
mkdir output && cd output
cpack -G DEB --config ../CPackConfig.cmake
@@ -231,8 +236,13 @@ jobs:
# Activate toolchain.
source /opt/toolchain-v2/activate
# Create enterprise DEB package.
cd build
# create mgconsole
# we use the -B to force the build
make -j$THREADS -B mgconsole
# Create enterprise DEB package.
mkdir output && cd output
cpack -G DEB --config ../CPackConfig.cmake

View File

@@ -39,8 +39,13 @@ jobs:
# Activate toolchain.
source /opt/toolchain-v2/activate
# Create community DEB package.
cd build
# create mgconsole
# we use the -B to force the build
make -j$THREADS -B mgconsole
# Create community DEB package.
mkdir output && cd output
cpack -G DEB --config ../CPackConfig.cmake
@@ -231,8 +236,13 @@ jobs:
# Activate toolchain.
source /opt/toolchain-v2/activate
# Create enterprise DEB package.
cd build
# create mgconsole
# we use the -B to force the build
make -j$THREADS -B mgconsole
# Create enterprise DEB package.
mkdir output && cd output
cpack -G DEB --config ../CPackConfig.cmake