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

google / shaderc / 497
95%

Build:
DEFAULT BRANCH: master
Ran 24 Feb 2016 12:19AM UTC
Jobs 1
Files 37
Run time 13s
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
497

push

travis-ci

AWoloszyn
Export the includes in the android.mk file

When we generate libshaderc_combined in Android.mk, also
create a libs/ and include/ directory that contains the actual
libraries.

This means a library can be created containing the libraries and
include files with the following style command.

ndk-build APP_PROJECT_PATH=<path/to/shaderc>
APP_BUILD_SCRIPT=<path/to/shaderc/Android.mk> APP_STL=<stl_version>
APP_ABI=<abis_to_build> NDK_APP_LIBS_OUT=<target_dir>

This will generate a target_dir with the following format
<target_dir>/../
  include/
    shaderc/
      shaderc.h
      shaderc.hpp
<target_dir>/
  <stl>/
    <abis>/
      libshaderc.a

1299 of 1348 relevant lines covered (96.36%)

1909.85 hits per line

Jobs
ID Job ID Ran Files Coverage
6 497.6 (SHADERC_BUILD_TYPE=Debug SHADERC_CODE_COVERAGE=ON) 24 Feb 2016 12:19AM UTC 0
96.36
Travis Job 497.6
Source Files on build 497
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #497
  • f53a02d2 on github
  • Prev Build on master (#494)
  • Next Build on master (#499)
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