mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-05 11:44:11 +02:00
Add stub of std-stream-send
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user