-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
103 additions
and
71 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
*.a | ||
*.o | ||
*_helpers | ||
*_inttest | ||
*_test | ||
*~ | ||
|
||
.deps | ||
.dirstamp | ||
Doxyfile | ||
Makefile | ||
Makefile.in | ||
aclocal.m4 | ||
api-docs | ||
autom4te.cache | ||
config.h | ||
config.h.in | ||
config.log | ||
config.status | ||
configure | ||
kyua | ||
local-kyua | ||
stamp-h1 |
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 |
---|---|---|
@@ -0,0 +1,49 @@ | ||
language: cpp | ||
sudo: required | ||
|
||
before_install: | ||
- ./admin/travis-install-deps.sh | ||
|
||
matrix: | ||
include: | ||
- os: linux | ||
dist: xenial | ||
compiler: clang | ||
env: ARCH=amd64 DO=distcheck AS_ROOT=no | ||
- os: linux | ||
dist: xenial | ||
compiler: gcc | ||
env: ARCH=amd64 DO=distcheck AS_ROOT=no | ||
- os: linux | ||
dist: xenial | ||
compiler: clang | ||
env: ARCH=amd64 DO=apidocs | ||
- os: linux | ||
dist: xenial | ||
compiler: clang | ||
env: ARCH=amd64 DO=style | ||
- os: linux | ||
dist: xenial | ||
compiler: clang | ||
env: ARCH=amd64 DO=distcheck AS_ROOT=yes UNPRIVILEGED_USER=no | ||
- os: linux | ||
dist: xenial | ||
compiler: clang | ||
env: ARCH=amd64 DO=distcheck AS_ROOT=yes UNPRIVILEGED_USER=yes | ||
# TODO(ngie): reenable i386; the libraries were not available in the | ||
# Ubuntu Xenial x86_64 docker image. | ||
#- os: linux | ||
# dist: xenial | ||
# compiler: clang | ||
# env: ARCH=i386 DO=distcheck AS_ROOT=no | ||
#- os: linux | ||
# dist: xenial | ||
# compiler: gcc | ||
# env: ARCH=i386 DO=distcheck AS_ROOT=no | ||
|
||
script: | ||
- ./admin/travis-build.sh | ||
|
||
notifications: | ||
email: | ||
- [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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,5 +8,4 @@ | |
# * Name <email address> | ||
# * Organization <optional email address> | ||
|
||
* The FreeBSD Foundation | ||
* Google Inc. |
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
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
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