mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-03 21:45:42 +00:00
82db4cf64c
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
27 lines
734 B
YAML
27 lines
734 B
YAML
language: c
|
|
compiler: gcc
|
|
sudo: false
|
|
cache: ccache
|
|
|
|
jobs:
|
|
include:
|
|
- name: Windows
|
|
os: windows
|
|
before_install:
|
|
- choco install python3
|
|
script:
|
|
- export
|
|
- (IFS=:; for x in $PATH; do echo "$x"; ls -l "$x"; echo; done)
|
|
- type python; python --version
|
|
- type python3; python3 --version
|
|
- python scripts/generate_psa_constants.py
|
|
- scripts/windows_msbuild.bat v141 # Visual Studio 2017
|
|
|
|
after_failure:
|
|
- tests/scripts/travis-log-failure.sh
|
|
|
|
env:
|
|
global:
|
|
- SEED=1
|
|
- secure: "FrI5d2s+ckckC17T66c8jm2jV6i2DkBPU5nyWzwbedjmEBeocREfQLd/x8yKpPzLDz7ghOvr+/GQvsPPn0dVkGlNzm3Q+hGHc/ujnASuUtGrcuMM+0ALnJ3k4rFr9xEvjJeWb4SmhJO5UCAZYvTItW4k7+bj9L+R6lt3TzQbXzg="
|