mirror of
https://github.com/containers/skopeo.git
synced 2025-09-17 15:30:38 +00:00
add basic test infrastructure
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
@@ -48,6 +48,7 @@ clone() {
|
||||
clean() {
|
||||
local packages=(
|
||||
"${PROJECT}" # package main
|
||||
"${PROJECT}/integration" # package main
|
||||
)
|
||||
local platforms=( linux/amd64 linux/386 )
|
||||
|
||||
|
@@ -11,6 +11,7 @@ clone git github.com/docker/docker master
|
||||
clone git golang.org/x/net master https://github.com/golang/net.git
|
||||
clone git github.com/docker/engine-api master
|
||||
clone git github.com/docker/distribution v2.3.0-rc.1
|
||||
clone git github.com/go-check/check v1
|
||||
clone git github.com/docker/go-connections master
|
||||
clone git github.com/docker/go-units master
|
||||
clone git github.com/docker/libtrust master
|
||||
|
Reference in New Issue
Block a user