Skip to content
Snippets Groups Projects
Verified Commit 8ec6b6e9 authored by Josch Morgenstern's avatar Josch Morgenstern
Browse files

[#25] add artifact upload

parent a1df652c
No related branches found
No related tags found
1 merge request!16Resolve "CI Tool: Build Doxygen documentation and upload"
Pipeline #24777 passed
...@@ -9,6 +9,12 @@ build_ubuntu_gcc: ...@@ -9,6 +9,12 @@ build_ubuntu_gcc:
- cd debug - cd debug
- cmake -DCMAKE_BUILD_TYPE=Debug .. - cmake -DCMAKE_BUILD_TYPE=Debug ..
- cmake --build . - cmake --build .
artifacts:
name: "Documentation - $CI_PIPELINE_ID"
paths:
- docs/html
- docs/latex
expire_in: never
build_win10_msvc: build_win10_msvc:
variables: variables:
...@@ -23,4 +29,5 @@ build_win10_msvc: ...@@ -23,4 +29,5 @@ build_win10_msvc:
- mkdir debug - mkdir debug
- cd debug - cd debug
- cmake -DCMAKE_BUILD_TYPE=Debug .. - cmake -DCMAKE_BUILD_TYPE=Debug ..
- cmake --build . - cmake --build .
\ No newline at end of file
\ No newline at end of file
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