diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c3ee13..ad00795 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,6 +37,7 @@ build: - sed -i 's,CFLAGS += -I$(MOSQUITTO_SRC)/src/,CFLAGS += -I$(MOSQUITTO_SRC)/include/,' Makefile - make - cp auth-plug.so $BUILD_DIR/opt/lib + - cp np $BUILD_DIR/opt/bin - popd - VERSION=`cat VERSION` - REFCNT=`git rev-list --all --count`