Skip to content
Snippets Groups Projects
Verified Commit 51dd74eb authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: pipeline

parent 4b23c595
No related branches found
No related tags found
No related merge requests found
Pipeline #8092 passed
......@@ -63,6 +63,7 @@ test:
- mkdir build
- cd build
- cmake -DCMAKE_BUILD_TYPE=Debug ..
- cmake --build .
- cmake --build . --target unit_test_coverage
# Build the sphinx documentation and make it ready for deployment by Gitlab Pages
......
......@@ -18,7 +18,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
cmake_minimum_required(VERSION 3.13)
cmake_minimum_required(VERSION 3.14)
set(libcaosdb_VERSION 0.0.1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment