blob: 7f100c3be911f94b577e58d43bb5c3eb7c4e9268 [file] [log] [blame]
Paul Bakker3ad3aa32014-04-17 16:16:05 +02001language: c
2compiler:
Paul Bakker05c37742014-05-02 16:19:04 +02003- clang
4- gcc
Paul Bakker3ad3aa32014-04-17 16:16:05 +02005before_install: sudo apt-get update
Manuel Pégourié-Gonnard72e51ee2014-08-31 10:22:11 +02006install: sudo apt-get install gnutls-bin valgrind perl
Paul Bakker3ad3aa32014-04-17 16:16:05 +02007script:
Paul Bakker05c37742014-05-02 16:19:04 +02008- cmake -D CMAKE_BUILD_TYPE:String="Check" .
9- make
10- make test
11- ( cd tests && ./compat.sh )
12- ( cd tests && ./ssl-opt.sh )
13- tests/scripts/test-ref-configs.pl
14env:
15 global:
16 secure: LidFb8vsR72MKTVpaZ8IYHR1xeVnff47/+ckEge5F9gcwf7QmfSI3+gBLZZciNdyrWzOFhlQ5Q2z/pqVeRtEkKrlcporoMMcHRIbyIA+lfRE1HnYHw7jITScfN9ZmK4msU1ElRlAk6U7ND6MPTH8QfWwchNafDk9d3AoHL4/RrQ=
17
18addons:
19 coverity_scan:
20 project:
21 name: "polarssl/polarssl"
Manuel Pégourié-Gonnardb4fe3cb2015-01-22 16:11:05 +000022 description: "mbed TLS Open Source SSL Library"
Paul Bakker05c37742014-05-02 16:19:04 +020023 notification_email: p.j.bakker@polarssl.org
24 build_command_prepend:
Paul Bakker05c37742014-05-02 16:19:04 +020025 build_command: make
26 branch_pattern: development