Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
d1ba8a50
Commit
d1ba8a50
authored
Sep 12, 2013
by
Pieter Hintjens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Extended TravisCI build to use libsodium
parent
52370bff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletion
+17
-1
.travis.yml
.travis.yml
+17
-1
No files found.
.travis.yml
View file @
d1ba8a50
script
:
./autogen.sh && ./configure && make && make check
# libzmq
language
:
c
# Build required projects first
before_script
:
# libsodium
-
git clone git://github.com/jedisct1/libsodium.git
-
cd libsodium
-
./autogen.sh
-
./configure && make check
-
sudo make install
-
sudo ldconfig
-
cd ..
# Build and check libzmq
script
:
./autogen.sh && ./configure && make && make check
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment