mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 18:40:27 +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:
|
||||
|
||||
# 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
|
||||
- cd libsodium
|
||||
- git checkout e2a30a
|
||||
- ./autogen.sh
|
||||
- ./configure && make check
|
||||
- sudo make install
|
||||
- sudo ldconfig
|
||||
- cd ..
|
||||
- ( cd libsodium; ./autogen.sh; ./configure; make check; sudo make install; sudo ldconfig )
|
||||
|
||||
# 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_id2fd \
|
||||
test_capabilities \
|
||||
test_xpub_wait_inproc
|
||||
test_xpub_nodrop
|
||||
|
||||
if !ON_MINGW
|
||||
noinst_PROGRAMS += test_shutdown_stress \
|
||||
|
Loading…
Reference in New Issue
Block a user