Commit Graph

13 Commits

Author SHA1 Message Date
Abhishek Arya f4878b30fc
Add check_build for Honggfuzz targets, enable in travis. (#3596) 2020-04-08 14:24:34 -07:00
Abhishek Arya bc308a7a32
Add honggfuzz build in travis. (#3589)
* Add honggfuzz build in travis.
* Skip check_build for honggfuzz, only build.
2020-04-07 19:26:24 -07:00
Max Moroz c57465770a
[infra] Travis: rely on the presence of Dockerfile to identify buildable projects. (#3328)
* [infra] Travis: rely on the presese of Dockerfile to identify buildable projects.

* fix the comment
2020-02-05 09:14:59 -08:00
jonathanmetzman 27409e0fbc
[infra] Make travis_build presubmit clean (#3334) 2020-02-05 09:10:05 -08:00
jonathanmetzman 62c65ca878
Add SPIRV projects for blackbox fuzzing with GraphicsFuzz (#2812) 2019-09-06 13:49:09 -07:00
jonathanmetzman e8df83fc35
[infra] Make travis deal with adding a new project or removing one (#2566)
This change causes travis to skip building a project when a project does not have build.sh file, a common scenario when a project is added (and only a project.yaml file is added) or removed.
2019-07-02 16:11:37 -07:00
jonathanmetzman 898fc435c6
[travis] Use job matrix to split up builds to avoid timeout (#2423) 2019-05-15 11:01:53 -07:00
jonathanmetzman 3976a002af
[i386] Improve linking and bad build check (#2410)
Improve linking by copying i386 libs instead of adding `-L` to `CXXFLAGS`
Get bad_build_check working for i386 binaries and add architecture check.
2019-05-14 10:18:02 -07:00
jonathanmetzman c60fcd7247
Add initial support for i386 builds (#2347)
This feature is not yet officially supported
2019-05-13 15:01:25 -07:00
jonathanmetzman a181b43364
[travis] Add requirements file for travis and fix diff command (#2406) 2019-05-13 13:04:23 -07:00
jonathanmetzman f9a6870971
[travis] Improve build script (#2404)
Improve print statements and handling of projects that do not list sanitizers in project.yaml.
2019-05-13 09:55:06 -07:00
jonathanmetzman 3727791e43
[travis] Dont build the same project multiple times (#2399) 2019-05-13 09:39:24 -07:00
jonathanmetzman 7ec14aed39
[infra] Create yaml file and build script for travis. (#2397) 2019-05-10 15:58:18 -07:00