mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Inlcude system tests in Travis CI and regular make all.
This commit is contained in:
@@ -16,7 +16,7 @@ TRAVIS_TARGET=test
|
|||||||
PREPARE_LIST=
|
PREPARE_LIST=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
all: test check
|
all: test check system-test
|
||||||
|
|
||||||
prepare: $(PREPARE_LIST)
|
prepare: $(PREPARE_LIST)
|
||||||
go get -d -v ./...
|
go get -d -v ./...
|
||||||
@@ -43,7 +43,10 @@ check:
|
|||||||
go tool vet -all=true .
|
go tool vet -all=true .
|
||||||
golint .
|
golint .
|
||||||
|
|
||||||
travis: $(TRAVIS_TARGET)
|
system-test:
|
||||||
|
python system/run.py
|
||||||
|
|
||||||
|
travis: $(TRAVIS_TARGET) system-test
|
||||||
|
|
||||||
test:
|
test:
|
||||||
go test -v ./... -gocheck.v=true
|
go test -v ./... -gocheck.v=true
|
||||||
|
|||||||
Reference in New Issue
Block a user