testing workflow

This commit is contained in:
Justin Hammond 2020-01-01 19:04:04 +08:00
parent a034e60b34
commit 991fd0be2c

View file

@ -19,6 +19,7 @@ RUN git clone https://github.com/qt/qtmqtt.git && cd qtmqtt && git checkout 5.12
RUN git clone https://github.com/OpenZWave/open-zwave.git && cd open-zwave && make -j4 && make install
RUN git clone https://github.com/Fishwaldo/qt-openzwave.git && cd qt-openzwave && git checkout mqtt && /usr/lib/qt5/bin/qmake "CONFIG += BreakPad" && make -j4 && make install
FROM debian:buster-slim
MAINTAINER Justin Hammond
WORKDIR /opt