mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-17 16:43:58 +00:00
Merge pull request #89 from hintjens/master
Adding support for Travis CI
This commit is contained in:
commit
e9755d2a39
1
.gitignore
vendored
1
.gitignore
vendored
@ -42,6 +42,7 @@ tests/test_connect_resolve
|
||||
tests/test_connect_delay
|
||||
tests/test_term_endpoint
|
||||
tests/test_router_mandatory
|
||||
tests/test_disconnect_inproc
|
||||
src/platform.hpp*
|
||||
src/stamp-h1
|
||||
perf/local_lat
|
||||
|
2
.travis.yaml
Normal file
2
.travis.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
script: ./autogen.sh && ./configure && make && make check
|
||||
language: c
|
Loading…
x
Reference in New Issue
Block a user