Add stub of std-stream-send

This commit is contained in:
2021-07-05 17:59:09 +02:00
parent 13547a5fef
commit 9d56da96f9
9 changed files with 334 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
FROM paulscherrerinstitute/sf-daq_phdf5:1.0.0
COPY . /sf_daq_buffer/
RUN mkdir /sf_daq_buffer/build && \
cd /sf_daq_buffer/build && \
cmake3 .. && \
make std-stream-send
WORKDIR /sf_daq_buffer/build
ENTRYPOINT ["/sf_daq_buffer/build/std_stream"]