Skip to content

Commit

Permalink
Merge pull request KhronosGroup#732 from KhronosGroup/travis-release-…
Browse files Browse the repository at this point in the history
…build

Try release build for Travis.
  • Loading branch information
HansKristian-Work authored Oct 27, 2018
2 parents 76d6238 + 6570038 commit a89ab69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ script:
- ./build_glslang_spirv_tools.sh Release
- mkdir build
- cd build
- cmake .. -DCMAKE_BUILD_TYPE=Debug -G "${GENERATOR}" -DPYTHON_EXECUTABLE:FILEPATH="${PYTHON3}"
- cmake --build .
- PATH="../external/glslang-build/output/bin:../external/spirv-tools-build/output/bin:$PATH" ctest --verbose -C Debug
- cmake .. -DCMAKE_BUILD_TYPE=Release -G "${GENERATOR}" -DPYTHON_EXECUTABLE:FILEPATH="${PYTHON3}"
- cmake --build . --config Release
- PATH="../external/glslang-build/output/bin:../external/spirv-tools-build/output/bin:$PATH" ctest --verbose -C Release

0 comments on commit a89ab69

Please sign in to comment.