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

google / shaderc / 560
95%

Build:
DEFAULT BRANCH: master
Ran 16 Mar 2016 08:59PM UTC
Jobs 1
Files 38
Run time 1min
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
560

push

travis-ci

dneto0
Support Linux-to-Windows cross compile via MinGW

Add a toolchain file for Linux MinGW build for Windows.

Add CMake variable SHADERC_SKIP_TESTS.

Configuring with -DSHADERC_SKIP_TESTS=ON will prevent building
any tests based on gtest or gmock.
- Required for cross compiling from Linux to Windows with MinGW
  since it seems MinGW can't compile googletest.
  See https://github.com/google/googletest/issues/606

To compile on Linux targeting Windows, do this:
  cmake -DCMAKE_TOOLCHAIN_FILE=$SHADERC_SRC_DIR/cmake/linux-mingw-tooclhain.cmake \
        -DSHADERC_SKIP_TESTS=ON \
	$SHADERC_SRC_DIR

Change-Id: I167b88e18

1264 of 1314 relevant lines covered (96.19%)

1931.57 hits per line

Jobs
ID Job ID Ran Files Coverage
6 560.6 (SHADERC_BUILD_TYPE=Debug SHADERC_CODE_COVERAGE=ON) 16 Mar 2016 08:59PM UTC 0
96.19
Travis Job 560.6
Source Files on build 560
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #560
  • 2baaae27 on github
  • Prev Build on master (#552)
  • Next Build on master (#563)
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