Merge pull request #3834 from wavexx/travis_cache
CI: Cache dependencies
This commit is contained in:
commit
4dfedc62e3
|
|
@ -1,6 +1,10 @@
|
||||||
dist: focal
|
dist: focal
|
||||||
language: minimal
|
language: minimal
|
||||||
|
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
.dependencies/
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
# Prepare the dependencies for the old build environment
|
# Prepare the dependencies for the old build environment
|
||||||
- sudo apt-get install -y python3-polib python3-pyelftools python3-regex
|
- sudo apt-get install -y python3-polib python3-pyelftools python3-regex
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue