Skip to content
Snippets Groups Projects
Commit 8fc7dd8a authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Merge branch 'ci' into 'master'

CI Updates

See merge request sw/simox/simox!113
parents 42f3dbc3 1879c674
No related branches found
No related tags found
No related merge requests found
stages:
- build-and-test
- documentation
build-and-test:
stage: build-and-test
image: git.h2t.iar.kit.edu:5050/sw/armarx/meta/axii:latest-bionic
.build-and-test:
cache:
# https://docs.gitlab.com/ee/ci/caching/#share-caches-across-jobs-in-different-branches
......@@ -66,3 +65,28 @@ build-and-test:
- cat Temporary/LastTest.log || true
# Once again to make the job fail if an error occurs.
- ctest .
# Generate documentation.
- cd "$PROJECT_PATH_IN_WORKSPACE/build"
- make doc
- du -sh *
- du -sh doc/*
build-and-test-bionic:
stage: build-and-test
extends: .build-and-test
image: git.h2t.iar.kit.edu:5050/sw/armarx/meta/axii:latest-bionic
artifacts:
name: "Simox-Documentation-$CI_COMMIT_REF_NAME"
paths:
- build/doc/html/
build-and-test-jammy:
stage: build-and-test
extends: .build-and-test
image: git.h2t.iar.kit.edu:5050/sw/armarx/meta/axii:latest-jammy
{
"modules": {
"tools/ccache/default": {},
"simox": {},
"# Missing for deps/coin/soqt": {},
"apt/libqt5opengl5-dev": {}
"deps/doxygen": {},
"simox": {}
},
"global": {
"prepare": {
......
......@@ -41,7 +41,7 @@
examples showing how these libraries can be used to build complex tools in the
context of mobile manipulation.
Further information and documentation can be found at the wiki pages: https://gitlab.com/Simox/simox/-/wikis/home
Further information and documentation can be found at the wiki pages: https://git.h2t.iar.kit.edu/sw/simox/simox/-/wikis/home
\section SimoxUtility SimoxUtility
......@@ -100,7 +100,7 @@
functionality. As a reference implementation Simox offers Coin3D/SoQt-based visualization
support.
Please have a look at the wiki pages: https://gitlab.com/Simox/simox/-/wikis/home
Please have a look at the wiki pages: https://git.h2t.iar.kit.edu/sw/simox/simox/-/wikis/home
*
*/
......
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