Skip to content
Snippets Groups Projects
Commit 855d95c9 authored by Sebastian Oberschwendtner's avatar Sebastian Oberschwendtner
Browse files

Update .gitlab-ci.yml file

parent d37a8ad8
No related branches found
No related tags found
3 merge requests!76Draft: Updated Python code example,!73Initial open source version,!1Doxygen setup for contionuous documentation
Checking pipeline status
...@@ -15,12 +15,12 @@ ...@@ -15,12 +15,12 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>. # along with this program. If not, see <https://www.gnu.org/licenses/>.
# === Configure pipeline === # === Configure pipeline ===
image: alpine:latest
stages: stages:
- build - build
- deploy - deploy
doxygen: doxygen:
image: alpine:latest
stage: build stage: build
tags: tags:
- documentation - documentation
...@@ -39,6 +39,7 @@ doxygen: ...@@ -39,6 +39,7 @@ doxygen:
when: manual when: manual
pages: pages:
image: python:latest
stage: deploy stage: deploy
tags: tags:
- documentation - documentation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment