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 image: python:alpine
before_script: before_script:
- pip install -r requirements.txt - time pip install -r requirements.txt
pages: pages:
script: script:
- mkdocs build - time mkdocs build
- mv _site public - time mv _site public
artifacts: artifacts:
paths: paths:
- public - 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