1 # Linux Build Configuration for Travis
8 # Use Ubuntu 14.04 LTS (Trusty) as the Linux testing environment.
14 # Each line is a set of environment variables set before a build.
15 # Thus each line represents a different build configuration.
36 - git clone https://github.com/google/googletest.git external/googletest
39 - mkdir build && cd build
40 - cmake -GNinja -DCMAKE_BUILD_TYPE=${BUILD_TYPE} ..
42 # Be nice and only output if there are failures.
43 - ./UnitSPIRV --gtest_break_on_failure &> log || cat log
49 - antiagainst@google.com
50 - awoloszyn@google.com