Mercurial > hg > sonic-visualiser
comparison deploy/linux/docker/Dockerfile_appimage.in @ 2536:32718f05903d
Aim to ensure we have feedback request in packages we build only (not in distro builds etc)
author | Chris Cannam |
---|---|
date | Wed, 13 May 2020 14:08:38 +0100 |
parents | 6845d7dafebf |
children | 928d7ddfaf80 |
comparison
equal
deleted
inserted
replaced
2535:62b1a3a242ee | 2536:32718f05903d |
---|---|
66 RUN ( echo '[ui]' ; echo 'ssh = ssh -i /root/.ssh/id_rsa_build' ) > .hgrc | 66 RUN ( echo '[ui]' ; echo 'ssh = ssh -i /root/.ssh/id_rsa_build' ) > .hgrc |
67 | 67 |
68 WORKDIR /sonic-visualiser | 68 WORKDIR /sonic-visualiser |
69 ENV QTDIR /opt/qt510 | 69 ENV QTDIR /opt/qt510 |
70 ENV PATH /opt/qt510/bin:$PATH | 70 ENV PATH /opt/qt510/bin:$PATH |
71 RUN qmake -set SV_PERSISTENT_DEFINES "WITH_FEEDBACK_REQUEST" | |
71 RUN ./configure | 72 RUN ./configure |
72 RUN make -j3 | 73 RUN make -j3 |
73 | 74 |
74 RUN deploy/linux/deploy-appimage.sh | 75 RUN deploy/linux/deploy-appimage.sh |
75 RUN tar cvf output-appimage.tar *.AppImage && cp output-appimage.tar .. | 76 RUN tar cvf output-appimage.tar *.AppImage && cp output-appimage.tar .. |