fix ci script

This commit is contained in:
Wolfgang Hottgenroth 2019-06-12 17:09:19 +02:00
parent d76ae485f2
commit 4604b6bd70
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ build:
- MOSQ_SRC=`pwd`/parts/mosquitto
- BUILD_DIR=`pwd`
- pushd parts/mosquitto
- sed -i 's,prefix=/usr/local,prefix=/opt,' config.mk
- sed -i 's,prefix?=/usr/local,prefix=/opt,' config.mk
- sed -i 's,WITH_WEBSOCKETS:=no,WITH_WEBSOCKETS:=yes,' config.mk
- env DESTDIR=$BUILD_DIR make
- env DESTDIR=$BUILD_DIR make install

View File

@ -1,6 +1,6 @@
# Docker Image containing the Mosquitto MQTT Broker and the mosquitto-auth-plug
This project includes the mosquitto MQTT broker (https://github.com/eclipse/mosquitto, forked into https://github.com/wollud1969/mosquitto, see also https://mosquitto.org/) and the mosquitto-auth-plug (https://github.com/jpmens/mosquitto-auth-plug, forked into https://github.com/wollud1969/mosquitto-auth-plug) as submodules.
This project includes the mosquitto MQTT broker (https://github.com/eclipse/mosquitto, see also https://mosquitto.org/) and the mosquitto-auth-plug (https://github.com/jpmens/mosquitto-auth-plug, forked into https://github.com/wollud1969/mosquitto-auth-plug) as submodules.
Using Gitlab CI and a Dockerfile included in this project a Docker image based on Debian Linux is created.