-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #65 from finaldie/1.5
Merge branch 1.5 into master
- Loading branch information
Showing
26 changed files
with
298 additions
and
292 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ before_install: | |
- cat /etc/issue | ||
- sudo apt-get update -qq | ||
- > | ||
sudo apt-get install autoconf libtool valgrind expect libyaml-dev | ||
sudo apt-get install autoconf libtool valgrind expect | ||
python3-dev python3-pip python3-setuptools python3-wheel libc-ares-dev | ||
- sudo pip3 install PyYAML pympler WebOb | ||
- sudo pip3 freeze | ||
|
@@ -36,15 +36,13 @@ install: true | |
before_script: true | ||
|
||
script: | ||
- make dep -j4 disable_fast_proto=true | ||
- sudo env PATH=$PATH make install-dep disable_fast_proto=true | ||
- make dep -j4 minimal_deps=true FLIB_CFLAGS=-DFLIB_SKIP_LEGACY | ||
- sudo env PATH=$PATH make install-dep minimal_deps=true | ||
- make -j4 | ||
- make clean | ||
- make -j4 debug=true | ||
- make clean | ||
- make -j4 disable_jemalloc=true | ||
- make clean | ||
- make -j4 disable_jemalloc=true FLIB_CFLAGS=-DFLIB_SKIP_LEGACY | ||
- sudo make install | ||
- make check verbose=true | ||
|
||
|
@@ -56,4 +54,4 @@ after_failure: false | |
|
||
notifications: | ||
email: | ||
- [email protected] | ||
- [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule libyaml
added at
85d1f1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.