1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-09-01 05:01:58 +03:00

Merge pull request #4394 from gilles-peskine-arm/travis-windows-no-generate-2.x

2.2x only: No longer generate psa_constant_names_generated.c on Windows on Travis
This commit is contained in:
Gilles Peskine
2021-06-22 18:53:58 +02:00
committed by GitHub

View File

@@ -30,16 +30,7 @@ jobs:
- name: Windows
os: windows
before_install:
- choco install python --version=3.5.4
env:
# Add the directory where the Choco package goes
- PATH=/c/Python35:/c/Python35/Scripts:$PATH
script:
- type python; python --version
- python scripts/generate_psa_constants.py
# Logs appear out of sequence on Windows. Give time to catch up.
- sleep 5
- scripts/windows_msbuild.bat v141 # Visual Studio 2017
after_failure: