mbedtls/.travis.yml
Gilles Peskine e18ffc88cd Do upgrade all packages
`update: true` only runs `apt-get update`, not `apt-get upgrade`

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2020-07-24 20:21:24 +02:00

37 lines
801 B
YAML

language: c
compiler: gcc
sudo: true
before_install:
- sudo apt-get update
- sudo apt-get -y upgrade
cache: ccache
jobs:
include:
- name: gnutls test
script:
- export
- COLUMNS=200 dpkg -l
- make
- tests/compat.sh -m tls1_2 -p GnuTLS -V NO
after_failure:
- tests/scripts/travis-log-failure.sh
env:
global:
- SEED=1
- secure: "FrI5d2s+ckckC17T66c8jm2jV6i2DkBPU5nyWzwbedjmEBeocREfQLd/x8yKpPzLDz7ghOvr+/GQvsPPn0dVkGlNzm3Q+hGHc/ujnASuUtGrcuMM+0ALnJ3k4rFr9xEvjJeWb4SmhJO5UCAZYvTItW4k7+bj9L+R6lt3TzQbXzg="
addons:
apt:
packages:
- gnutls-bin
coverity_scan:
project:
name: "ARMmbed/mbedtls"
notification_email: support-mbedtls@arm.com
build_command_prepend:
build_command: make
branch_pattern: coverity_scan