summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorevpobr <evpobr@gmail.com>2018-02-12 12:08:06 -0500
committerTristan Matthews <tmatth@videolan.org>2018-02-12 12:08:06 -0500
commit20b1a8bb3c3f2fa47ece6dd314eb5b1a39f60fbe (patch)
tree13d00a468765c8c195fb45f79cc7a6153292b9da
parent572618e3f50f214a875d72b631115b67450fa939 (diff)
downloadogg-git-travis-moar-targets.tar.gz
travis: add linux, osx, clang and gcc targetstravis-moar-targets
Signed-off-by: Tristan Matthews <tmatth@videolan.org>
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 43a3b1a..57376a7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,3 +15,11 @@ script:
- if [[ "$BUILD" == "CMAKE" ]] ; then cmake --build . ; fi
- if [[ "$BUILD" == "CMAKE" ]] ; then cmake --build . --target install ; fi
- if [[ "$BUILD" == "CMAKE" ]] ; then popd ; fi
+
+os:
+- linux
+- osx
+
+compiler:
+- gcc
+- clang