File tree Expand file tree Collapse file tree 5 files changed +23
-9
lines changed
Expand file tree Collapse file tree 5 files changed +23
-9
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,22 @@ test:cpp14:debian:10:
3333 tags :
3434 - docker
3535
36+ test:cpp14:debian:11 :
37+ extends : test:cpp14:debian:10
38+ image : ghcr.io/educelab/ci-docker:11_v2.static
39+
3640test:cpp17:debian:10 :
3741 extends : test:cpp14:debian:10
3842 variables :
3943 EXTRA_CMAKE_FLAGS : " -DOPENABF_BUILD_TESTS=ON -DCMAKE_CXX_STANDARD=17"
4044
45+ test:cpp17:debian:11 :
46+ extends : test:cpp17:debian:10
47+ image : ghcr.io/educelab/ci-docker:11_v2.static
48+
4149single_header_updated :
4250 needs : []
43- image : python:3.8
51+ image : python:3.11
4452 script :
4553 - python3 thirdparty/amalgamate/amalgamate.py -c single_include.json -s .
4654 - changed=$(git diff --stat)
@@ -57,14 +65,22 @@ examples:debian:10:
5765 tags :
5866 - docker
5967
68+ examples:debian:11 :
69+ extends : .build
70+ needs : []
71+ image : ghcr.io/educelab/ci-docker:11_v2.static
72+ variables :
73+ EXTRA_CMAKE_FLAGS : " -DOPENABF_BUILD_EXAMPLES=ON"
74+ tags :
75+ - docker
76+
6077# ## Docs ###
6178pages :
6279 needs : []
63- image : debian:buster -backports
80+ image : debian:bullseye -backports
6481 before_script :
6582 - apt-get update
66- - apt-get install -y build-essential doxygen graphviz texlive ghostscript
67- - apt-get -t buster-backports install -y cmake libeigen3-dev
83+ - apt-get install -y build-essential doxygen graphviz texlive ghostscript cmake libeigen3-dev
6884 script :
6985 - mkdir -p build/
7086 - mkdir -p public/
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.15 FATAL_ERROR)
2- project (OpenABF VERSION 1.0 )
2+ project (OpenABF VERSION 1.1 )
33
44# Setup project directories
55set (EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR} /bin)
Original file line number Diff line number Diff line change 186186 same "printed page" as the copyright notice for easier
187187 identification within third-party archives.
188188
189- Copyright 2021 EduceLab
189+ Copyright 2023 EduceLab
190190
191191 Licensed under the Apache License, Version 2.0 (the "License");
192192 you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11OpenABF (https://gitlab.com/educelab/OpenABF)
2- Copyright 2021 EduceLab
2+ Copyright 2023 EduceLab
33
44This product includes software developed at
55EduceLab, University of Kentucky (https://www.cs.uky.edu/dri/)
Original file line number Diff line number Diff line change 44The templated interface is designed for simple out-of-the-box use, and
55integration with existing geometric processing pipelines is quick and easy.
66
7- [[ _ TOC_ ]]
8-
97## Dependencies
108- C++14 compiler
119- [ Eigen 3.3+] ( http://eigen.tuxfamily.org/ )
You can’t perform that action at this time.
0 commit comments