mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 22:31:12 +01:00
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
|