mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-06 00:31:13 +01:00
Reworking Travis script
This commit is contained in:
parent
75d4f50be3
commit
785aebc6a8
13
.travis.yml
13
.travis.yml
@ -6,16 +6,9 @@ language: c
|
|||||||
before_script:
|
before_script:
|
||||||
|
|
||||||
# libsodium
|
# libsodium
|
||||||
# Commit 8d0942 broke installation (sodium.h not found) so for now
|
|
||||||
# we're checking out the last good commit.
|
|
||||||
- git clone git://github.com/jedisct1/libsodium.git
|
- git clone git://github.com/jedisct1/libsodium.git
|
||||||
- cd libsodium
|
- ( cd libsodium; ./autogen.sh; ./configure; make check; sudo make install; sudo ldconfig )
|
||||||
- git checkout e2a30a
|
|
||||||
- ./autogen.sh
|
|
||||||
- ./configure && make check
|
|
||||||
- sudo make install
|
|
||||||
- sudo ldconfig
|
|
||||||
- cd ..
|
|
||||||
|
|
||||||
# Build and check libzmq
|
# Build and check libzmq
|
||||||
script: ./autogen.sh && ./configure && make && make check
|
script:
|
||||||
|
- ./autogen.sh && ./configure && make && make check
|
||||||
|
@ -54,7 +54,7 @@ noinst_PROGRAMS = test_system \
|
|||||||
test_metadata \
|
test_metadata \
|
||||||
test_id2fd \
|
test_id2fd \
|
||||||
test_capabilities \
|
test_capabilities \
|
||||||
test_xpub_wait_inproc
|
test_xpub_nodrop
|
||||||
|
|
||||||
if !ON_MINGW
|
if !ON_MINGW
|
||||||
noinst_PROGRAMS += test_shutdown_stress \
|
noinst_PROGRAMS += test_shutdown_stress \
|
||||||
|
Loading…
Reference in New Issue
Block a user