summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* CI: add FreeBSD jobJan Beich2020-10-161-0/+13
| | | | Unlike Linux it uses Meson/Clang to improve coverage.
* travis: Add a test that code files don't have the exec bit setMichael Weiss2020-06-051-1/+7
| | | | | | | | | | C source code and header files shouldn't be executable. This is a problem that already occurred pretty often in the past and was e.g. fixed in 5d8c5ae, be95415, and 8352ab9. Therefore it seems like a good idea to add a CI check to prevent this issue from reappearing (probably mostly accidents due to wrong Git configurations, etc.). Signed-off-by: Michael Weiss <dev.primeos@gmail.com>
* Use the new link URLsHaihao Xiang2018-03-151-1/+1
| | | | | | | | | | | We moved libva from github/01org to github/intel, however some files still have links to the old 01org URLs, this commit updates these links to the new intel URLs. In addition, this commit added a contact email address for security issue reporting This fixes https://github.com/intel/libva/issues/189 Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
* Update .travis.ymlHaihao Xiang2018-03-021-0/+6
| | | | | | | | | | | | | | | The travis build is often blocked by the following error $ sudo apt-get install -y build-essential E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) Feedback from travis is the dpkg lock file might be locked by an unattended `apt-get` call that's running in the background on a daily basis and travis suggests adding the corresponding snippet before apt-get call in .travis.yml Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
* travis: Added new security list for scansSean V Kelley2017-01-301-1/+1
| | | | Signed-off-by: Sean V Kelley <seanvk@posteo.de>
* travis: Coverity not seeing the emailSean V Kelley2017-01-291-1/+1
| | | | Signed-off-by: Sean V Kelley <seanvk@posteo.de>
* travis: coverity scan notification email must be setSean V Kelley2017-01-291-0/+1
| | | | | | | Will have to find another suitable destination later. Mailing list maybe? Signed-off-by: Sean V Kelley <seanvk@posteo.de>
* travis: Configure for a coverity scan branchSean V Kelley2017-01-291-8/+13
| | | | | | Also reduce waste of resources, avoiding duplicate builds Signed-off-by: Sean V Kelley <seanvk@posteo.de>
* travis: Test coveritySean V Kelley2017-01-291-1/+16
| | | | Signed-off-by: Sean V Kelley <seanvk@posteo.de>
* travis: Add hooks for slackSean V Kelley2017-01-221-0/+4
| | | | | | Add hooks for travis to slack. Signed-off-by: Sean V Kelley <seanvk@posteo.de>
* travis : Test for coverallsSean V Kelley2017-01-211-0/+5
| | | | Signed-off-by: Sean V Kelley <seanvk@posteo.de>
* travis: Explicitly use apt-get for depsSean V Kelley2017-01-211-17/+18
| | | | Signed-off-by: Sean V Kelley <seanvk@posteo.de>
* travis: Initial import of travis instructionsSean V Kelley2017-01-211-0/+51
This is a simple port that does a build/install and check. Signed-off-by: Sean V Kelley <seanvk@posteo.de>