mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 20:01:08 +01:00
3133765886
Obtained from: https://github.com/Juniper/libxo Sponsored by: Juniper Networks, Inc.
13 lines
269 B
YAML
13 lines
269 B
YAML
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
|