mbedtls/.travis.yml

29 lines
835 B
YAML
Raw Normal View History

2014-04-17 16:16:05 +02:00
language: c
compiler: gcc
2015-08-04 15:59:34 +02:00
sudo: false
2015-08-04 18:06:02 +02:00
cache: ccache
jobs:
include:
- name: Windows
os: windows
before_install:
- choco install python --version=3.5.4
env:
- PATH=/c/Python35:/c/Python35/Scripts:$PATH
script:
- echo "$PATH"
- ls -l /c/Python35 /c/Python35/Scripts
- type python; type python3; type python.exe; type python3.exe
- python scripts/generate_psa_constants.py
- sleep 5 # Give time for logs to catch up
- scripts/windows_msbuild.bat v141 # Visual Studio 2017
after_failure:
- tests/scripts/travis-log-failure.sh
env:
global:
- SEED=1
2019-09-10 18:22:52 +02:00
- secure: "FrI5d2s+ckckC17T66c8jm2jV6i2DkBPU5nyWzwbedjmEBeocREfQLd/x8yKpPzLDz7ghOvr+/GQvsPPn0dVkGlNzm3Q+hGHc/ujnASuUtGrcuMM+0ALnJ3k4rFr9xEvjJeWb4SmhJO5UCAZYvTItW4k7+bj9L+R6lt3TzQbXzg="