mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 21:55:41 +01:00
found python
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
96b946b3d4
commit
8126a94f49
12
.travis.yml
12
.travis.yml
@ -8,15 +8,11 @@ jobs:
|
|||||||
- name: Windows
|
- name: Windows
|
||||||
os: windows
|
os: windows
|
||||||
before_install:
|
before_install:
|
||||||
- choco install python3
|
- choco install python --version=3.5.4
|
||||||
|
env:
|
||||||
|
- PATH=/c/Python35:/c/Python35/Scripts:$PATH
|
||||||
script:
|
script:
|
||||||
- export
|
- python3 scripts/generate_psa_constants.py
|
||||||
- (IFS=:; for x in $PATH; do echo "$x"; ls -l "$x"; echo; done)
|
|
||||||
- type python; python --version
|
|
||||||
- type python3; python3 --version
|
|
||||||
- ls -l /c
|
|
||||||
- ls -l /c/[Pp]ython*
|
|
||||||
- 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 New Issue
Block a user