Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2a783cd5 authored by MONSEIGNE Thibaut's avatar MONSEIGNE Thibaut
Browse files

:construction_worker: Add Documentation Gitlab CI

parent cc2048a4
No related branches found
No related tags found
No related merge requests found
Pipeline #208356 passed
variables:
GIT_SUBMODULE_STRATEGY: recursive
DocumentationPath: _site
PagesPath: public
stages:
- documentation
- deploy
default:
# Generate the documentation
documentation:
stage: documentation
variables:
LogFile: DocumentationLogs.txt
script:
# Copy and fix README.md links
- sed -r 's#/?Documentation/##gi' README.md > Documentation/index.md
# Generate documentation
- docfx metadata -f Documentation/docfx.json | tee $LogFile
- docfx build -f Documentation/docfx.json | tee -a $LogFile
artifacts:
paths:
- $DocumentationPath
- $LogFile
# Deploy the documentation online
pages:
stage: deploy
script: cp -r $DocumentationPath $PagesPath
artifacts:
paths:
- $PagesPath
only:
- master
# LSL4Unity
[![Build Status](https://github.com/tmonseigne/LSL4Unity/workflows/Build%20and%20deploy%20documentation/badge.svg)](https://tmonseigne.github.io/LSL4Unity/)
[![Documentation](https://img.shields.io/badge/Documentation-deploy-success)](https://openvibe.gitlabpages.inria.fr/unity-games/LSL4Unity/)
**It's a Forks** of an integration approach of the LabStreamingLayer Framework for Unity3D providing the following features.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment