-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge >700 commits into master. Yay!
- Loading branch information
Showing
143 changed files
with
20,390 additions
and
4,281 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,23 @@ | ||
language: c | ||
install: | ||
- sudo apt-get update | ||
- sudo apt-get install python3-sphinx python3-nose gettext python3-setuptools valgrind | ||
- sudo apt-get install libblkid-dev libelf-dev libglib2.0-dev libjson-glib-dev | ||
- sudo apt-get install python3-sphinx python3-nose gettext python3-setuptools | ||
- sudo apt-get install libblkid-dev libelf-dev libglib2.0-dev libjson-glib-dev | ||
- sudo easy_install3 pip | ||
- sudo /usr/local/bin/pip install sphinx_bootstrap_theme | ||
|
||
compiler: | ||
- clang | ||
- gcc | ||
|
||
notifications: | ||
email: | ||
- [email protected] | ||
- [email protected] | ||
|
||
script: scons VERBOSE=1 && scons config && export USE_VALGRIND=1 && PEDANTIC=1 PRINT_CMD=1 sudo nosetests3 -a '!slow' | ||
script: | ||
- scons VERBOSE=1 | ||
- scons config | ||
- export RM_TS_PRINT_CMD=1 | ||
- export RM_TS_PEDANTIC=0 | ||
- sudo -E nosetests3 -s -v -a '!slow' |
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 |
---|---|---|
@@ -1 +1 @@ | ||
2.2.0 Dreary Dropbear | ||
2.4.0 Myopic Micrathene |
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.