Tomas Cejka | 43380f1 | 2015-06-25 22:43:20 +0200 | [diff] [blame] | 1 | language: c |
2 | compiler: | ||||
3 | - gcc | ||||
4 | - clang | ||||
5 | os: | ||||
6 | - linux | ||||
7 | before_install: ./install-dependencies.sh | ||||
8 | |||||
Michal Vasko | 32a9694 | 2016-09-06 11:33:24 +0200 | [diff] [blame] | 9 | script: ./bootstrap.sh && ./configure --with-cert-path="./invalid_cert" --with-private-key-path="./invalid_key" && make |
Tomas Cejka | 43380f1 | 2015-06-25 22:43:20 +0200 | [diff] [blame] | 10 |