0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 20:13:05 +02:00
Commit Graph

4 Commits

Author SHA1 Message Date
Antonio Quartulli
3a5ef2be76 travis-ci: make testing binary deterministic
Travis-ci is used only for static analysis, therefore
when building the testing protocol we should avoid
non-deterministic behaviour which could lead to failures.

Tell the testing binary to work with lossless links.

Signed-off-by: Antonio Quartulli <antonio@openvpn.net>
2017-09-27 16:49:02 +08:00
Antonio Quartulli
966e212536 travis: don't mess up the SSL libs for wget/curl
Signed-off-by: Antonio Quartulli <antonio@openvpn.net>
2017-09-26 17:31:08 +08:00
Antonio Quartulli
127cbb0645 travis.yml: send build to Coverity SCAN when building master
Signed-off-by: Antonio Quartulli <antonio@openvpn.net>
2017-09-25 22:40:36 +08:00
Antonio Quartulli
a5ce566285 add basic support for Travis CI
Add a .travis.yml file with related scripts in order to
have a special branch built by travis-ci after each push.

At the moment travis-ci has been configured to build for
linux and macos using gcc-5 and clang-5, with both mbedtls
and openssl.

Signed-off-by: Antonio Quartulli <antonio@openvpn.net>
2017-09-21 16:54:29 +08:00