mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-09 22:58:03 +08:00
Merge pull request #22 from hintjens/master
Temporary workaround for broken libsodium install
This commit is contained in:
commit
07d7cf69d0
@ -6,8 +6,11 @@ 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
|
||||||
|
- git checkout e2a30a
|
||||||
- ./autogen.sh
|
- ./autogen.sh
|
||||||
- ./configure && make check
|
- ./configure && make check
|
||||||
- sudo make install
|
- sudo make install
|
||||||
@ -15,4 +18,4 @@ before_script:
|
|||||||
- cd ..
|
- cd ..
|
||||||
|
|
||||||
# Build and check libzmq
|
# Build and check libzmq
|
||||||
script: ./autogen.sh && ./configure && make && make check
|
script: ./autogen.sh && ./configure && make V=1 && make check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user