003 File Manager
Current Path:
/usr/src/contrib/kyua
usr
/
src
/
contrib
/
kyua
/
📁
..
📄
.gitignore
(201 B)
📄
.travis.yml
(1.28 KB)
📄
AUTHORS
(325 B)
📄
CONTRIBUTING.md
(7.44 KB)
📄
CONTRIBUTORS
(716 B)
📄
Doxyfile.in
(2.33 KB)
📄
INSTALL.md
(8.78 KB)
📄
Kyuafile
(468 B)
📄
LICENSE
(1.45 KB)
📄
Makefile.am
(6.18 KB)
📄
NEWS.md
(25.75 KB)
📄
README.md
(2.65 KB)
📁
admin
📁
bootstrap
📁
cli
📄
configure.ac
(5.42 KB)
📁
doc
📁
drivers
📁
engine
📁
examples
📁
integration
📁
m4
📄
main.cpp
(2.25 KB)
📁
misc
📁
model
📁
store
📁
utils
Editing: .travis.yml
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: - kyua-log@googlegroups.com
Upload File
Create Folder