mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-07-27 00:11:30 +00:00
.travis.yml: Add the live-data test suite
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
f6b7042bbc
commit
6d2adb9e41
@ -6,7 +6,8 @@ before_install:
|
|||||||
# - sudo add-apt-repository -y ppa:ondrej/php5
|
# - sudo add-apt-repository -y ppa:ondrej/php5
|
||||||
# update package list
|
# update package list
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- git clone https://anonscm.debian.org/cgit/collab-maint/britney2-tests.git britney2-tests
|
- 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:
|
||||||
# install build dependencies
|
# install build dependencies
|
||||||
@ -14,5 +15,6 @@ install:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- britney2-tests/bin/runtests ./britney.py britney2-tests/t test-out
|
- 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:
|
#notifications:
|
||||||
# email: false
|
# email: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user