mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-12 03:21:33 +00:00
Prepare Travis with all files to run aptly system tests with DB fixture.
This commit is contained in:
3
Makefile
3
Makefile
@@ -46,8 +46,9 @@ check:
|
||||
golint .
|
||||
|
||||
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
|
||||
PATH=$(BINPATH):$(PATH) python system/run.py
|
||||
PATH=$(BINPATH):$(PATH) python system/run.py --long
|
||||
|
||||
travis: $(TRAVIS_TARGET) system-test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user