11 Commits

Author SHA1 Message Date
Luca Boccassi
0c229b488d Problem: cannot modify ulimit anymore on Travis
Solution: remove it from the script
2019-07-08 16:54:55 +01:00
Kevin Sapper
45c46c7af3 Problem: Deploying release artifacts is a manual process Solution: Use travis to deploy these artifacts automatically.
The deployment is triggered by tagging on the zeromq/libzmq repository.
Of the many builds travis is checking only the default one with
libsodium and drafts disabled is used for deployment.

For now the results of `make distcheck` are deployed as well as their
md5 and sha1 hash sums. Further changes may upload a generated
Changelog as well.
2016-06-04 19:20:25 +02:00
Luca Boccassi
e1577f21dd Problem: Travis CI does not run make distcheck
Solution: do it
2016-06-04 18:52:07 +02:00
Luca Boccassi
453b4ce596 Problem: Travis CI uses libsodium unstable branch
Solution: use stable branch instead of the development branch, and
also clone with --depth 1 to make it more efficient.
2016-02-16 14:11:21 +00:00
Luca Boccassi
aabe7983d1 Enable container-based build
Remove use of "sudo", build and install in local directory in order
to enable container-based CI builds
2015-08-17 01:37:39 +01:00
Luca Boccassi
d6950515c3 Increase file limit in travis config
Test cases occasionally fail, especially on OSX, due to socket limit.
2015-08-02 19:15:24 +01:00
Luca Boccassi
0918934343 Add OSX build to travis config. Fixes #133 2015-08-02 19:01:46 +01:00
Luca Boccassi
9a71c02dcf Do not use ldconfig in CI if running on OSX
ldconfig is not available on OSX, so Travis CI build fails
2015-08-02 18:51:25 +01:00
Pieter Hintjens
b24db36057 Temporary workaround for broken libsodium install 2013-10-13 14:46:08 +02:00
Pieter Hintjens
d1ba8a50d2 Extended TravisCI build to use libsodium 2013-09-12 12:46:43 +02:00
Pieter Hintjens
bf96cb44e2 Fixed name of Travis file 2013-05-21 09:32:13 +02:00