Skip to content

Commit 266847e

Browse files
asaezperandrepuschmann
authored andcommitted
ci: enable zmq in ci
1 parent 26eb794 commit 266847e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab/ci/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ stages:
4545
ENABLE_EXPORT: "" # Empty for cmake default
4646
ENABLE_FFTW: "" # Empty for cmake default
4747
ENABLE_UHD: "" # Empty for cmake default
48-
ENABLE_ZERO_MQ: "" # Empty for cmake default
48+
ENABLE_ZEROMQ: "True" # Empty for cmake default
4949
ENABLE_ASAN: "" # Empty for cmake default
5050
ENABLE_TSAN: "" # Empty for cmake default
5151
ENABLE_GCOV: "" # Empty for cmake default
@@ -79,8 +79,8 @@ stages:
7979
if [ -n "${ENABLE_UHD}" ]; then
8080
BUILD_ARGS="${BUILD_ARGS} -DENABLE_UHD=${ENABLE_UHD}"
8181
fi
82-
if [ -n "${ENABLE_ZERO_MQ}" ]; then
83-
BUILD_ARGS="${BUILD_ARGS} -DENABLE_ZERO_MQ=${ENABLE_ZERO_MQ}"
82+
if [ -n "${ENABLE_ZEROMQ}" ]; then
83+
BUILD_ARGS="${BUILD_ARGS} -DENABLE_ZEROMQ=${ENABLE_ZEROMQ}"
8484
fi
8585
if [ -n "${ENABLE_ASAN}" ]; then
8686
BUILD_ARGS="${BUILD_ARGS} -DENABLE_ASAN=${ENABLE_ASAN}"

0 commit comments

Comments
 (0)