mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 11:25:42 +01:00
Travis: Windows: install Python 3 and run generate_psa_constants.py
Travis Windows machines currently don't have Python 3 preinstalled. We need it to run scripts/generate_psa_constants.py which is needed to build mbedTLS.sln. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
d522a20219
commit
ff51afbf34
@ -40,7 +40,12 @@ jobs:
|
||||
|
||||
- name: Windows
|
||||
os: windows
|
||||
before_install:
|
||||
- choco install python3
|
||||
script:
|
||||
- export
|
||||
- PATH=$PATH:'C:\ProgramData\chocolatey\bin'
|
||||
- python3 scripts/generate_psa_constants.py
|
||||
- scripts/windows_msbuild.bat v141 # Visual Studio 2017
|
||||
|
||||
after_failure:
|
||||
|
Loading…
Reference in New Issue
Block a user