mirror of
https://github.com/projectatomic/rpmdistro-gitoverlay.git
synced 2026-02-05 06:45:16 +01:00
29 lines
594 B
YAML
29 lines
594 B
YAML
# We're just using a "stubbed out" Travis right now so we can
|
|
# use Homu <https://github.com/barosl/homu> to auto-squash
|
|
# etc.
|
|
#
|
|
# In the future we'll hook up better tests.
|
|
language: c
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- automake
|
|
- autotools-dev
|
|
install:
|
|
- pip install --user pylint flake8
|
|
script:
|
|
- env NOCONFIGURE=1 ./autogen.sh
|
|
- ./configure --prefix=/usr
|
|
- make -j 4
|
|
- env PATH=${HOME}/.local/bin:${PATH} make check
|
|
|
|
notifications:
|
|
# This is Colin's personal Homu instance.
|
|
webhooks: http://escher.verbum.org:54857/travis
|
|
email: false
|
|
|
|
branches:
|
|
only:
|
|
- auto
|
|
|