2014-04-17 14:16:05 +00:00
|
|
|
language: c
|
2020-04-21 20:13:43 +00:00
|
|
|
compiler: gcc
|
2015-08-04 13:59:34 +00:00
|
|
|
sudo: false
|
2015-08-04 16:06:02 +00:00
|
|
|
cache: ccache
|
2018-11-22 10:14:03 +00:00
|
|
|
|
2020-04-21 20:18:58 +00:00
|
|
|
jobs:
|
|
|
|
include:
|
2020-04-25 21:25:10 +00:00
|
|
|
- name: Windows
|
|
|
|
os: windows
|
2020-04-26 12:09:09 +00:00
|
|
|
before_install:
|
|
|
|
- choco install python3
|
2020-04-25 21:25:10 +00:00
|
|
|
script:
|
2020-04-26 12:09:09 +00:00
|
|
|
- export
|
2020-04-26 16:56:52 +00:00
|
|
|
- (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
|
2020-04-26 11:12:55 +00:00
|
|
|
- scripts/windows_msbuild.bat v141 # Visual Studio 2017
|
2020-04-25 21:25:10 +00:00
|
|
|
|
2016-03-21 09:22:58 +00:00
|
|
|
after_failure:
|
2016-04-10 14:11:27 +00:00
|
|
|
- tests/scripts/travis-log-failure.sh
|
2020-04-21 20:18:58 +00:00
|
|
|
|
2014-05-02 14:19:04 +00:00
|
|
|
env:
|
|
|
|
global:
|
2019-02-27 09:46:56 +00:00
|
|
|
- SEED=1
|
2019-09-10 16:22:52 +00:00
|
|
|
- secure: "FrI5d2s+ckckC17T66c8jm2jV6i2DkBPU5nyWzwbedjmEBeocREfQLd/x8yKpPzLDz7ghOvr+/GQvsPPn0dVkGlNzm3Q+hGHc/ujnASuUtGrcuMM+0ALnJ3k4rFr9xEvjJeWb4SmhJO5UCAZYvTItW4k7+bj9L+R6lt3TzQbXzg="
|