Skip to content
Snippets Groups Projects

F extern c

Merged Timm Fitschen requested to merge f-extern-c into dev
9 files
+ 102
122
Compare changes
  • Side-by-side
  • Inline
Files
9
+ 2
0
@@ -13,6 +13,8 @@ COPY . /caosdb-cppinttest
WORKDIR /caosdb-cppinttest
RUN rm -rf .git
COPY .docker/caosdb-client.json /caosdb-client.json
# build and run tests
CMD mkdir build && \
cd build && \
Loading