• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

google / shaderc / 709
95%

Build:
DEFAULT BRANCH: master
Ran 18 May 2016 02:30PM UTC
Jobs 1
Files 41
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
709

push

travis-ci

Qining
-mfmt=bin/c/num to select binary output format

Add command line option: `-mfmt=<fmt>` to select the emission format for
SPIR-V binary output. Available formats are `bin` (default): a sequence of binary
32-bitwords in host native endianness; `num` a list of comma-separated
hex numbers in text form; `c` a C-style initializer list of hex numbers.

`-mfmt=<fmt>` should only be specified when the compilation output
is SPIRV binary code. When used with disassembly mode (-S) and
preprocessing-only mode (-E), it will result in error and fail the
compilation. Note that dumping dependency info as compilation output (-M
or -MM) also implies preprocessing-only (-E) and will lead to error.
But dumpping dependency info to extra .d file (-MD or -MMD) won't cause
error as the compilation output is still SPIRV binary code.

1404 of 1464 relevant lines covered (95.9%)

1876.52 hits per line

Jobs
ID Job ID Ran Files Coverage
7 709.7 (SHADERC_CODE_COVERAGE=ON) 18 May 2016 02:30PM UTC 0
95.9
Travis Job 709.7
Source Files on build 709
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #709
  • b3cfde4f on github
  • Prev Build on master (#689)
  • Next Build on master (#714)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc