1
0
mirror of https://github.com/cusspvz/openwrt-builder.docker synced 2025-07-11 16:38:35 +00:00

Debug on building so we avoid to stall Travis

This commit is contained in:
José Moreira 2018-09-17 10:14:39 +01:00
parent e4318efd45
commit f0529fe7cf

View File

@ -7,10 +7,10 @@ RUN ./scripts/feeds install openzwave
RUN ./scripts/feeds install python RUN ./scripts/feeds install python
RUN ./scripts/feeds install perl RUN ./scripts/feeds install perl
RUN ./scripts/feeds install node RUN ./scripts/feeds install node
RUN make defconfig; RUN make V=s defconfig;
RUN make package/bzip2/compile RUN make V=s package/bzip2/compile
RUN make package/zlib/compile RUN make V=s package/zlib/compile
RUN make package/openzwave/compile RUN make V=s package/openzwave/compile
RUN make package/python/compile RUN make V=s package/python/compile
RUN make package/perl/compile RUN make V=s package/perl/compile
RUN make package/node/compile RUN make V=s package/node/compile