Skip to content
Snippets Groups Projects

Fix pipeline for f-branches

Merged Daniel Hornung requested to merge f-fix-f-branch-pipeline into dev
All threads resolved!
2 files
+ 3
6
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
1
@@ -15,7 +15,8 @@ RUN rm -rf .git
COPY .docker/caosdb-client.json /caosdb-client.json
# build and run tests
# Build and run tests.
# If no other command is given to the Docker image
CMD mkdir build && \
cd build && \
conan install .. -s "compiler.libcxx=libstdc++11" && \
Loading