Kaynağa Gözat

update with evloop's methods

master
Eudald Gubert i Roldan 4 yıl önce
ebeveyn
işleme
12469b941a
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: F9608422FDE95F3
1 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  1. +4
    -1
      .travis.yml

+ 4
- 1
.travis.yml Dosyayı Görüntüle

@@ -3,8 +3,11 @@ os:
- linux
compiler:
- gcc
env:
- METHOD=POLL
- METHOD=EPOLL
before_install:
- sudo apt update
- sudo apt -y install openssl
script:
./configure && make
./configure --with-evloop-method=${METHOD} && make

Yükleniyor…
İptal
Kaydet