Don't test separately from packaging. Also use correct source "format"
This commit is contained in:
@@ -1,19 +1,7 @@
|
|||||||
stages:
|
stages:
|
||||||
- test
|
|
||||||
- package
|
- package
|
||||||
- publish
|
- publish
|
||||||
|
|
||||||
test:jessie: &test
|
|
||||||
stage: test
|
|
||||||
image: $CI_REGISTRY/docker-images/layers:$DISTRO-deb
|
|
||||||
variables:
|
|
||||||
DISTRO: jessie
|
|
||||||
script:
|
|
||||||
- apt-get install check libev-dev net-tools dpkg-dev libsubunit-dev ruby ruby-test-unit
|
|
||||||
- make clean
|
|
||||||
- make build
|
|
||||||
- make test
|
|
||||||
|
|
||||||
package:jessie: &package
|
package:jessie: &package
|
||||||
stage: package
|
stage: package
|
||||||
image: $CI_REGISTRY/docker-images/layers:$DISTRO-deb
|
image: $CI_REGISTRY/docker-images/layers:$DISTRO-deb
|
||||||
@@ -25,11 +13,6 @@ package:jessie: &package
|
|||||||
paths:
|
paths:
|
||||||
- pkg/
|
- pkg/
|
||||||
|
|
||||||
test:stretch:
|
|
||||||
<<: *test
|
|
||||||
variables:
|
|
||||||
DISTRO: stretch
|
|
||||||
|
|
||||||
package:stretch:
|
package:stretch:
|
||||||
<<: *package
|
<<: *package
|
||||||
variables:
|
variables:
|
||||||
|
2
debian/source/format
vendored
2
debian/source/format
vendored
@@ -1 +1 @@
|
|||||||
1.0 (native)
|
3.0 (native)
|
||||||
|
Reference in New Issue
Block a user