projects
/
platform
/
upstream
/
libvorbis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9883e8c
)
Add testing with clang compiler
author
Chocobo1
<Chocobo1@users.noreply.github.com>
Sun, 21 Feb 2016 14:27:16 +0000
(22:27 +0800)
committer
Chocobo1
<Chocobo1@users.noreply.github.com>
Mon, 28 Mar 2016 14:41:05 +0000
(22:41 +0800)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
2c188ef
..
b143705
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-1,8
+1,14
@@
language: c
+
+compiler:
+ - gcc
+ - clang
+
addons:
apt:
packages:
- libogg-dev
+
script:
- ./autogen.sh
- ./configure