Mercurial > dropbear
comparison .travis.yml @ 1733:d529a52b2f7c coverity coverity
merge coverity from main
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 26 Jun 2020 21:07:34 +0800 |
parents | 96e4c9b2cc00 f9ad4d39e388 |
children |
comparison
equal
deleted
inserted
replaced
1643:b59623a64678 | 1733:d529a52b2f7c |
---|---|
1 language: c | 1 language: c |
2 | 2 |
3 os: | 3 git: |
4 - linux | 4 depth: 3 |
5 | 5 |
6 compiler: | |
7 - gcc | |
8 | |
9 # container-based builds | |
10 sudo: false | |
11 addons: | 6 addons: |
12 apt: | 7 apt: |
13 packages: | 8 packages: |
14 # packages list: https://github.com/travis-ci/apt-package-whitelist/blob/master/ubuntu-precise | 9 # packages list: https://github.com/travis-ci/apt-package-whitelist/blob/master/ubuntu-precise |
15 - zlib1g-dev | 10 - zlib1g-dev |