A clone of btpd with my configuration changes.
25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- 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
|