Skip to content
Snippets Groups Projects
Commit ceb20ae4 authored by Nicolas Noble's avatar Nicolas Noble
Browse files

Merge pull request #1419 from ctiller/travvy

Merge C/C++ build steps on Travis
parents 1685d773 93e4a386
No related branches found
No related tags found
No related merge requests found
...@@ -17,16 +17,13 @@ env: ...@@ -17,16 +17,13 @@ env:
- NUGET="mono nuget.exe" - NUGET="mono nuget.exe"
matrix: matrix:
- CONFIG=opt TEST=sanity - CONFIG=opt TEST=sanity
- CONFIG=dbg TEST=c - CONFIG=dbg TEST="c c++"
- CONFIG=dbg TEST=c++ - CONFIG=opt TEST="c c++"
- CONFIG=opt TEST=c
- CONFIG=opt TEST=c++
- CONFIG=opt TEST=node - CONFIG=opt TEST=node
- CONFIG=opt TEST=ruby - CONFIG=opt TEST=ruby
- CONFIG=opt TEST=python - CONFIG=opt TEST=python
- CONFIG=opt TEST=csharp - CONFIG=opt TEST=csharp
- CONFIG=gcov TEST=c - CONFIG=gcov TEST="c c++"
- CONFIG=gcov TEST=c++
- USE_GCC=4.4 CONFIG=opt TEST=build - USE_GCC=4.4 CONFIG=opt TEST=build
- USE_GCC=4.5 CONFIG=opt TEST=build - USE_GCC=4.5 CONFIG=opt TEST=build
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment