projects
/
platform
/
upstream
/
libexif.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81eb1a6
)
Add a .travis.yml file to enable Travis CI integration.
author
Dan Fandrich
<dan@coneharvesters.com>
Sat, 18 Aug 2018 01:27:57 +0000
(
03:27
+0200)
committer
Dan Fandrich
<dan@coneharvesters.com>
Sat, 18 Aug 2018 04:50:40 +0000
(06:50 +0200)
.travis.yml
[new file with mode: 0644]
patch
|
blob
diff --git a/.travis.yml
b/.travis.yml
new file mode 100644
(file)
index 0000000..
2adaf37
--- /dev/null
+++ b/
.travis.yml
@@ -0,0
+1,20
@@
+# Travis CI configuration file
+
+sudo: false
+
+language: c
+
+script:
+ - autoreconf -sivf
+ - ./configure --prefix="${HOME}"
+ - make
+ - make check
+ - make install
+
+compiler:
+ - clang
+ - gcc
+
+os:
+ - linux
+ - osx