mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-25 13:37:51 +00:00
Prepare Travis with all files to run aptly system tests with DB fixture.
This commit is contained in:
@@ -46,8 +46,9 @@ check:
|
|||||||
golint .
|
golint .
|
||||||
|
|
||||||
system-test:
|
system-test:
|
||||||
|
if [ ! -e ~/aptly-fixture-db ]; then git clone git@github.com:aptly-dev/aptly-fixture-db.git ~/aptly-fixture-db/; fi
|
||||||
go install
|
go install
|
||||||
PATH=$(BINPATH):$(PATH) python system/run.py
|
PATH=$(BINPATH):$(PATH) python system/run.py --long
|
||||||
|
|
||||||
travis: $(TRAVIS_TARGET) system-test
|
travis: $(TRAVIS_TARGET) system-test
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user