mirror of
https://github.com/Fishwaldo/qt-openzwave.git
synced 2025-03-15 19:41:24 +00:00
testing workflow
This commit is contained in:
parent
a034e60b34
commit
991fd0be2c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue