Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LSL4Unity
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.3.
Show more breadcrumbs
The Openvibe Group
Unity Apps
LSL4Unity
Commits
2a783cd5
Commit
2a783cd5
authored
4 years ago
by
MONSEIGNE Thibaut
Browse files
Options
Downloads
Patches
Plain Diff
Add Documentation Gitlab CI
parent
cc2048a4
No related branches found
No related tags found
No related merge requests found
Pipeline
#208356
passed
4 years ago
Stage: documentation
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+37
-0
37 additions, 0 deletions
.gitlab-ci.yml
README.md
+1
-1
1 addition, 1 deletion
README.md
with
38 additions
and
1 deletion
.gitlab-ci.yml
0 → 100644
+
37
−
0
View file @
2a783cd5
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
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
2a783cd5
# LSL4Unity
[

](https://tmonseigne.github.io
/LSL4Unity/)
[

](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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment