Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B-ASIC - Better ASIC Toolbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computer Engineering
B-ASIC - Better ASIC Toolbox
Commits
f2ce7824
Commit
f2ce7824
authored
2 years ago
by
Oscar Gustafsson
Browse files
Options
Downloads
Patches
Plain Diff
Start caching dependencies
parent
35b8b4d5
Branches
aptcache
No related tags found
1 merge request
!249
Start caching dependencies
Pipeline
#91585
passed
2 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+8
-0
8 additions, 0 deletions
.gitlab-ci.yml
with
8 additions
and
0 deletions
.gitlab-ci.yml
+
8
−
0
View file @
f2ce7824
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment