about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEudald Gubert i Roldan <hola@eudald.gr>2020-04-07 12:46:52 +0200
committerGitHub <noreply@github.com>2020-04-07 12:46:52 +0200
commit5304fff569a5bdba0b13c2fd4ccb42c661d2ffac (patch)
treea93d6f2cf97978dbce58afab90ad8f8499cb0a8a
parentc3cdb81fbab0a6b5a30be9c847d80e4740be7e7c (diff)
parent12469b941ae62b33ee9ec2626541210334218801 (diff)
downloadbtpd-5304fff569a5bdba0b13c2fd4ccb42c661d2ffac.tar.gz
btpd-5304fff569a5bdba0b13c2fd4ccb42c661d2ffac.zip
Merge pull request #50 from eudaldgr/travis
travis-ci added
-rw-r--r--.travis.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..8fe1415
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,13 @@
+language: c
+os:
+    - linux
+compiler:
+    - gcc
+env:
+    - METHOD=POLL
+    - METHOD=EPOLL
+before_install:
+    - sudo apt update
+    - sudo apt -y install openssl
+script:
+    ./configure --with-evloop-method=${METHOD} && make