summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-10-20 15:58:38 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-10-20 15:58:38 +0200
commite35a541ddf6dffe02d8fca773cc9cce2eb2fdb64 (patch)
tree7ebc59d7723560aa9f60fc4bfc32eab7d9a6e1b8
parent10e063fb387eea60aae3b1528175a1526128f816 (diff)
downloadgnutls-tmp-macosx.tar.gz
.travis.yml: added initial support for compiling in macosxtmp-macosx
-rw-r--r--.travis.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000000..132b8323f3
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,20 @@
+os:
+ - osx
+
+language: c
+compiler:
+ - clang
+
+notifications:
+ email:
+ on_success: change
+ on_failure: always
+
+before_install:
+ - if [ "$TRAVIS_OS_NAME" = "osx" ]; then
+ brew install autoconf automake libtool nettle valgrind p11-kit libtasn1 libidn;
+ fi
+
+script:
+ - make autoreconf
+ - ./configure --disable-doc --disable-guile