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

6 Commits

Author SHA1 Message Date
Lev Stipakov
7f4cd36f2e
travis: add mingw builds
Signed-off-by: Lev Stipakov <lev@openvpn.net>
2020-03-11 19:44:53 +01:00
Antonio Quartulli
35062c0b60
travis.yml: update environment
Update osx used images to osx-10.2
Update linux to Ubuntu 18.04
Update ASIO to 1.13.0
Update OpenSSL to 1.0.2s
Compile with -std=c++14 flag

while at it, fix a script syntax error.

Signed-off-by: Antonio Quartulli <antonio@openvpn.net>
2019-07-19 22:26:07 +02:00
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