You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
796 B

language: c
sudo: required
dist: trusty
before_install:
# maybe add php ppa to provide sufficient pkg-php-tools
# - sudo add-apt-repository -y ppa:ondrej/php5
# update package list
- sudo apt-get update -qq
- git clone https://anonscm.debian.org/git/collab-maint/britney2-tests.git britney2-tests
- git clone https://anonscm.debian.org/git/collab-maint/britney-tests-live-data.git britney2-tests/live-data
install:
# install build dependencies
- sudo apt-get install -qq --no-install-recommends python3 python3-apt python3-yaml rsync libclass-accessor-perl
script:
- britney2-tests/bin/runtests ./britney.py britney2-tests/t test-out
- britney2-tests/bin/runtests ./britney.py britney2-tests/live-data test-out-live-data
#notifications:
# email: false