Skip to content
Snippets Groups Projects
Commit c959156a authored by florian's avatar florian
Browse files

DRAFT: Pipeline

parent 655b2280
No related branches found
No related tags found
2 merge requests!3TST: Add CI infrastructure for integration testing,!2ENH: Add minimal wrapping of libcaosdb's C interface
Pipeline #10237 passed
#!/bin/bash
git clone https://gitlab.indiscale.com/caosdb/src/caosdb-cpplib.git
cd caosdb-cpplib
git checkout f-extern-c
git submodule update --init --recursive
cd caosdb-cpplib
mkdir build
cd build
conan install .. -s "compiler.libcxx=libstdc++11"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment