Skip to content
Snippets Groups Projects

ENH: Add tests for minimal functionality

Merged Florian Spreckelsen requested to merge f-minimal into dev
Files
6
+ 2
0
@@ -17,6 +17,8 @@ RUN ./install_cpplib.sh
COPY . /caosdb-juliainttest
WORKDIR /caosdb-juliainttest
COPY .docker/caosdb_client.json /caosdb_client.json
# Set-up and run the integration test
CMD export LD_LIBRARY_PATH=/root/.local/lib:$LD_LIBRARY_PATH && \
echo "F_BRANCH = $F_BRANCH" && \
Loading