summaryrefslogtreecommitdiffstats
path: root/contrib/libxo/.travis.yml
blob: e26a7699ca238ea7586dee4b49073935cb0d0b16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
language: c

script: printenv && uname -a && /bin/sh ./bin/setup.sh && cd build && ../configure --enable-warnings && make && sudo make install && make test

notifications:
  recipients:
    - libslax-noise@googlegroups.com

branches:
  only:
    - master
    - develop
OpenPOWER on IntegriCloud