Skip to content
Snippets Groups Projects
Commit f2ce7824 authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Start caching dependencies

parent 35b8b4d5
Branches aptcache
No related tags found
1 merge request!249Start caching dependencies
Pipeline #91585 passed
......@@ -2,7 +2,15 @@ stages:
- test
- deploy
cache:
paths:
- .apt
before_script:
# Enable caching: https://gitlab.com/gitlab-org/gitlab-runner/-/issues/991#note_126864314
- rm -f /etc/apt/apt.conf.d/docker-clean
- mkdir .apt && mkdir /var/cache/apt/archives && mount --bind .apt /var/cache/apt/archives/
- apt-get update --yes
- apt-get install --yes build-essential cmake graphviz python3-pyqt5 xvfb xdg-utils lcov
- python -m pip install --upgrade pip
......
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