artifact np

This commit is contained in:
Wolfgang Hottgenroth 2019-06-11 22:17:48 +02:00
parent 1282264be7
commit 1b83780327
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

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