Skip to content
Snippets Groups Projects
Commit 3da048fa authored by Viktor Smari's avatar Viktor Smari
Browse files

CI: Measure time taken for all operations

Useful for debugging what is slow
parent 937b65d3
No related branches found
No related tags found
No related merge requests found
image: python:alpine
before_script:
- pip install -r requirements.txt
- time pip install -r requirements.txt
pages:
script:
- mkdocs build
- mv _site public
- time mkdocs build
- time mv _site public
artifacts:
paths:
- public
......
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