Browse Source

Merge pull request #50 from eudaldgr/travis

travis-ci added
master
Eudald Gubert i Roldan GitHub 4 years ago
parent
commit
5304fff569
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions
  1. +13
    -0
      .travis.yml

+ 13
- 0
.travis.yml View File

@@ -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

Loading…
Cancel
Save