mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-07 14:15:58 -04:00
Re-add python install of requirements to Travis CI.
Also correct 'distro to 'dist' and update ubuntu to jammy and python to 3.10 to hopefully fend off future issues. Too much got removed when disabling travis and the Coverity scan build was failing on 'make generated-files', due to lack of installed python dependencies Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
b53e630d8a
commit
13481f0439
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
|
||||
language: c
|
||||
compiler: gcc
|
||||
language: python
|
||||
python: 3.10
|
||||
|
||||
cache: ccache
|
||||
|
||||
@ -9,6 +11,9 @@ branches:
|
||||
only:
|
||||
coverity_scan
|
||||
|
||||
install:
|
||||
- $PYTHON scripts/min_requirements.py
|
||||
|
||||
env:
|
||||
global:
|
||||
- SEED=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user