Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
tango
Commits
8ed7f293
Commit
8ed7f293
authored
3 years ago
by
Corné Lukken
Browse files
Options
Downloads
Plain Diff
Merge branch '
L2SS-557
-sphinx-ci' into 'master'
L2SS-557
: Add ci job to build sphinx documentation Closes
L2SS-557
See merge request
!210
parents
7e5f05f4
7420721a
No related branches found
No related tags found
1 merge request
!210
L2SS-557: Add ci job to build sphinx documentation
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+12
-0
12 additions, 0 deletions
.gitlab-ci.yml
with
12 additions
and
0 deletions
.gitlab-ci.yml
+
12
−
0
View file @
8ed7f293
...
@@ -9,6 +9,7 @@ stages:
...
@@ -9,6 +9,7 @@ stages:
-
images
-
images
-
building
-
building
-
linting
-
linting
-
documentation
-
static-analysis
-
static-analysis
-
unit-tests
-
unit-tests
-
integration-tests
-
integration-tests
...
@@ -322,6 +323,17 @@ shellcheck:
...
@@ -322,6 +323,17 @@ shellcheck:
script
:
script
:
# TODO(Corne): Ignore shell files in submodules
# TODO(Corne): Ignore shell files in submodules
-
shellcheck **/*.sh
-
shellcheck **/*.sh
sphinx-documentation
:
stage
:
documentation
before_script
:
-
sudo apt-get update
-
sudo apt-get install -y git
script
:
-
cd tangostationcontrol
-
tox -e docs
artifacts
:
paths
:
-
tangostationcontrol/docs/build/
unit_test
:
unit_test
:
stage
:
unit-tests
stage
:
unit-tests
before_script
:
before_script
:
...
...
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