c203bd70b5
This includes improvements to the atf-sh helper functions that significantly reduce the number of spawned processes for each test and therefore speeds up running the testsuite noticeably.
26 lines
376 B
YAML
26 lines
376 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:
|
|
- atf-log@googlegroups.com
|