Skip to content
Snippets Groups Projects
Unverified Commit ddfc3df0 authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Setup web deployment

parent b8289a28
No related branches found
No related tags found
1 merge request!1Resolve "Automatic generation of documentation"
Pipeline #12323 failed
stages:
- test
- doc_build
- deploy
doctest:
stage: test
image: python:3.7
script:
- pip install -r requirements.txt
- python -m doctest nnfwtbn/*.py
unittest:
stage: test
image: python:3.7
script:
- pip install -r requirements.txt
- python setup.py test
doc:
doc_build:
stage: doc_build
image: python:3.7
script:
- pip install -r requirements.txt
......@@ -25,6 +33,15 @@ doc:
- _public
expire_in: 1 mos
deploy:
stage: deploy
dependencies:
- doc_build
variables:
"CI_WEBSITE_DIR": _public/
image: gitlab-registry.cern.ch/ci-tools/ci-web-deployer
script:
- deploy-dfs
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment