Move the appimage build to CMD, packages will be in /dist/ (run -v)
This commit is contained in:
parent
e048905b8b
commit
6b25a5481f
|
@ -20,10 +20,11 @@ COPY . /home/builder/src
|
||||||
|
|
||||||
WORKDIR /home/builder/src
|
WORKDIR /home/builder/src
|
||||||
|
|
||||||
RUN VERSION=$(python setup.py -V) \
|
CMD python setup.py sdist \
|
||||||
&& python setup.py sdist \
|
|
||||||
&& python setup.py --command-packages=stdeb.command bdist_deb \
|
&& python setup.py --command-packages=stdeb.command bdist_deb \
|
||||||
&& dpkg-deb -I deb_dist/pybitmessage_${VERSION}-1_amd64.deb \
|
&& dpkg-deb -I deb_dist/*.deb \
|
||||||
|
&& cp deb_dist/*.deb /dist/ \
|
||||||
|
&& ln -s /dist out \
|
||||||
&& buildscripts/appimage.sh
|
&& buildscripts/appimage.sh
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
Reference in New Issue
Block a user