c697fb7f7c
It is added an INTERNALLIB and not installed. It will be used by kyua. This is a preparatory commit for D24103. Reviewed by: emaste Obtained from: CheriBSD Sponsored by: DARPA
26 lines
378 B
YAML
26 lines
378 B
YAML
language: cpp
|
|
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
|
|
before_install:
|
|
- ./admin/travis-install-deps.sh
|
|
|
|
env:
|
|
- ARCH=amd64 AS_ROOT=no
|
|
- ARCH=amd64 AS_ROOT=yes
|
|
- ARCH=i386 AS_ROOT=no
|
|
|
|
matrix:
|
|
exclude:
|
|
- compiler: clang
|
|
env: ARCH=i386 AS_ROOT=no
|
|
|
|
script:
|
|
- ./admin/travis-build.sh
|
|
|
|
notifications:
|
|
email:
|
|
- lutok-log@googlegroups.com
|