File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / pimd / libite / .travis.yml
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 14 09:12:58 2017 UTC (7 years ago) by misho
Branches: pimd, MAIN
CVS tags: v2_3_2, HEAD
libite

# Travis CI integration -- https://travis-ci.org/troglobit/libuev
# Defaults to GNU GCC and autotools: ./configure && make && make test
language: c

# Some of the autotests may use sudo, so use non-dockerized build atm.
# http://stackoverflow.com/questions/26299552/travis-sudo-is-disabled
#sudo: true
sudo: false

# Test build with both GCC and Clang (LLVM)
compiler:
  - gcc
  - clang

#  - make test
script:
  - ./autogen.sh
  - ./configure --disable-silent-rules
  - make -j5 clean all

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>