2014-04-17 16:16:05 +02:00
|
|
|
language: c
|
2020-04-21 22:13:43 +02:00
|
|
|
compiler: gcc
|
2015-08-04 15:59:34 +02:00
|
|
|
sudo: false
|
2015-08-04 18:06:02 +02:00
|
|
|
cache: ccache
|
2018-11-22 11:14:03 +01:00
|
|
|
|
2020-04-21 22:18:58 +02:00
|
|
|
jobs:
|
|
|
|
include:
|
2020-04-25 23:25:10 +02:00
|
|
|
- name: Windows
|
|
|
|
os: windows
|
2020-04-26 14:09:09 +02:00
|
|
|
before_install:
|
2020-04-26 20:11:53 +02:00
|
|
|
- choco install python --version=3.5.4
|
|
|
|
env:
|
|
|
|
- PATH=/c/Python35:/c/Python35/Scripts:$PATH
|
2020-04-25 23:25:10 +02:00
|
|
|
script:
|
2020-04-26 20:30:05 +02:00
|
|
|
- echo "$PATH"
|
|
|
|
- ls -l /c/Python35 /c/Python35/Scripts
|
|
|
|
- type python; type python3; type python.exe; type python3.exe
|
2020-04-26 20:36:57 +02:00
|
|
|
- python scripts/generate_psa_constants.py
|
|
|
|
- sleep 5 # Give time for logs to catch up
|
2020-04-26 13:12:55 +02:00
|
|
|
- scripts/windows_msbuild.bat v141 # Visual Studio 2017
|
2020-04-25 23:25:10 +02:00
|
|
|
|
2016-03-21 10:22:58 +01:00
|
|
|
after_failure:
|
2016-04-10 16:11:27 +02:00
|
|
|
- tests/scripts/travis-log-failure.sh
|
2020-04-21 22:18:58 +02:00
|
|
|
|
2014-05-02 16:19:04 +02:00
|
|
|
env:
|
|
|
|
global:
|
2019-02-27 10:46:56 +01:00
|
|
|
- SEED=1
|
2019-09-10 18:22:52 +02:00
|
|
|
- secure: "FrI5d2s+ckckC17T66c8jm2jV6i2DkBPU5nyWzwbedjmEBeocREfQLd/x8yKpPzLDz7ghOvr+/GQvsPPn0dVkGlNzm3Q+hGHc/ujnASuUtGrcuMM+0ALnJ3k4rFr9xEvjJeWb4SmhJO5UCAZYvTItW4k7+bj9L+R6lt3TzQbXzg="
|