Try build
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Christoph Honal 2020-02-27 07:51:09 +01:00
parent be4f5572a9
commit 0184565c4f
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,8 @@ WORKDIR /app/move2radio/build
RUN cmake -DAPPIMAGE=OFF -DCONDA_ENV=OFF -DLDPC_OFFLINE=ON -DGR_CCSDS_OFFLINE=ON -DFEC_OFFLINE=ON -DOFFLINE_DEPENDENCY_PATH=/app/move2radio-prop ..
RUN make build_boost build_curlpp
RUN make build_gr_osmosdr
# RUN make move2radio
RUN make build_gr_ccsds
RUN make move2radio
# Run stage
FROM base AS run