A clone of btpd with my configuration changes.
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- 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
|