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