mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-25 02:21:32 +00:00
more info about python and python3
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
4fe1d02db4
commit
82db4cf64c
|
@ -11,9 +11,10 @@ jobs:
|
||||||
- choco install python3
|
- choco install python3
|
||||||
script:
|
script:
|
||||||
- export
|
- export
|
||||||
- PATH=$PATH:/c/ProgramData/chocolatey/bin
|
- (IFS=:; for x in $PATH; do echo "$x"; ls -l "$x"; echo; done)
|
||||||
- (IFS=:; for x in $PATH; do ls -l $x; done)
|
- type python; python --version
|
||||||
- python3 scripts/generate_psa_constants.py
|
- type python3; python3 --version
|
||||||
|
- python scripts/generate_psa_constants.py
|
||||||
- scripts/windows_msbuild.bat v141 # Visual Studio 2017
|
- scripts/windows_msbuild.bat v141 # Visual Studio 2017
|
||||||
|
|
||||||
after_failure:
|
after_failure:
|
||||||
|
|
Loading…
Reference in a new issue