d1a0d267b7
Local changes incorporated by 0.4.5: r284340 Local changes retained: r276260, r282117 Obtained from: https://github.com/Juniper/libxo
13 lines
281 B
YAML
13 lines
281 B
YAML
language: c
|
|
|
|
script: printenv && uname -a && ls -l && /bin/sh -x ./bin/setup.sh && cd build && ../configure --enable-warnings && make && sudo make install && make test
|
|
|
|
notifications:
|
|
recipients:
|
|
- libslax-noise@googlegroups.com
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
- develop
|