Skip to content
Snippets Groups Projects
Commit e5d0f311 authored by Jiahang Chen's avatar Jiahang Chen
Browse files

Merge branch 'fix_ci_pipeline' into 'master'

Fix pipeline documentation build

See merge request !27
parents 4936811d bb8e1c8d
Branches
Tags
1 merge request!27Fix pipeline documentation build
Pipeline #751266 passed
image: python:3.7
stages:
- build_wheel
- build_doc
- build
- deploy
wheel:
before_script:
- pip install --upgrade pip
build_wheel:
tags:
- wheel
stage: build
script:
- pip install --upgrade setuptools wheel
- python setup.py bdist_wheel
build_docs:
tags:
- doc
stage: build
script:
- pip install -r requirements.txt
- cd docs
- make html
deploy_wheel:
tags:
- wheel
stage: build_wheel
stage: deploy
script:
- pip install --upgrade pip setuptools wheel
- pip install --upgrade setuptools wheel
- python setup.py bdist_wheel
- mv dist/ public
......@@ -20,12 +40,12 @@ wheel:
only:
- master
pages:
deploy_pages:
tags:
- doc
stage: build_doc
stage: deploy
dependencies:
- wheel
- deploy_wheel
script:
- pip install -r requirements.txt
- cd docs
......
#https://git.rwth-aachen.de/kwh40/fml40-reference-implementation/-/jobs/artifacts/master/raw/public/fml40_reference_implementation-0.2.3-py3-none-any.whl?job=wheel
Sphinx==3.3.0
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==1.0.3
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.4
Sphinx==5.0.2
recommonmark==0.6.0
fml40-reference-implementation
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment