Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
TopFarm2
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
Container Registry
Model registry
Operate
Environments
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
Show more breadcrumbs
TOPFARM
TopFarm2
Commits
477d0942
Commit
477d0942
authored
3 months ago
by
Ernestas Simutis
Browse files
Options
Downloads
Patches
Plain Diff
Add __release__ variable to fix docs build; add docs build test job
parent
a7a08886
No related branches found
No related tags found
1 merge request
!264
Add __release__ variable to fix docs build; add docs build test job
Pipeline
#67362
passed
3 months ago
Stage: deploy
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+11
-0
11 additions, 0 deletions
.gitlab-ci.yml
topfarm/__init__.py
+2
-0
2 additions, 0 deletions
topfarm/__init__.py
with
13 additions
and
0 deletions
.gitlab-ci.yml
+
11
−
0
View file @
477d0942
...
...
@@ -83,6 +83,17 @@ pypi_deploy:
only
:
-
tags
# ===== TEST BUILD DOCS =====
test_docs_build
:
# "pages" is a job specifically for GitLab pages [1]
image
:
ghcr.io/prefix-dev/pixi:latest
stage
:
# build, test, deploy defined by default [2]
deploy
script
:
# use sphinx to build docs
-
pixi run -e default "cd docs; make html"
<<
:
*run_tests_rules
tags
:
# only runners with this tag can do the job [3]
-
linux
# ===== BUILD DOCS AND PUSH TO PUBLIC WEBSITE =====
pages
:
# "pages" is a job specifically for GitLab pages [1]
image
:
ghcr.io/prefix-dev/pixi:latest
...
...
This diff is collapsed.
Click to expand it.
topfarm/__init__.py
+
2
−
0
View file @
477d0942
...
...
@@ -2,6 +2,8 @@ from ._topfarm import *
import
pkg_resources
from
._version
import
__version__
__release__
=
__version__
plugins
=
{
entry_point
.
name
:
entry_point
.
load
()
for
entry_point
...
...
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