mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 00:51:24 +03:00
2375607039
The library moved to: https://git.gnome.org/browse/libgudev/
15 lines
616 B
YAML
15 lines
616 B
YAML
language: c
|
|
compiler:
|
|
- gcc
|
|
before_install:
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get install autotools-dev automake autoconf libtool libdbus-1-dev libcap-dev libblkid-dev libmount-dev libpam-dev libcryptsetup-dev libaudit-dev libacl1-dev libattr1-dev libselinux-dev liblzma-dev libgcrypt-dev libqrencode-dev libmicrohttpd-dev gperf python2.7-dev
|
|
script: ./autogen.sh && ./configure && make V=1 && sudo ./systemd-machine-id-setup && make check && make distcheck
|
|
after_failure: cat test-suite.log
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "irc.freenode.org#systemd"
|
|
on_success: change
|
|
on_failure: always
|