mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-08 06:40:16 -04:00
Merge pull request #8254 from paul-elliott-arm/fix_travis_coverity_build_2_28
[Backport 2.28] Re-add python install of requirements to Travis CI.
This commit is contained in:
commit
dce82cd914
11
.travis.yml
11
.travis.yml
@ -1,7 +1,9 @@
|
|||||||
distro: xenial
|
# Declare python as our language. This way we get our chosen Python version,
|
||||||
|
# and pip is available. Gcc and clang are available anyway.
|
||||||
|
dist: jammy
|
||||||
os: linux
|
os: linux
|
||||||
language: c
|
language: python
|
||||||
compiler: gcc
|
python: 3.10
|
||||||
|
|
||||||
cache: ccache
|
cache: ccache
|
||||||
|
|
||||||
@ -9,6 +11,9 @@ branches:
|
|||||||
only:
|
only:
|
||||||
coverity_scan
|
coverity_scan
|
||||||
|
|
||||||
|
install:
|
||||||
|
- $PYTHON scripts/min_requirements.py
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- SEED=1
|
- SEED=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user