Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
2a3199e3
Commit
2a3199e3
authored
Mar 25, 2015
by
Jeff Grafton
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5753 from ric03uec/add_shippable_yml
adding shippable.yml
parents
af32a0aa
7e2532c5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
0 deletions
+39
-0
shippable.yml
shippable.yml
+39
-0
No files found.
shippable.yml
0 → 100644
View file @
2a3199e3
sudo
:
false
language
:
go
build_image
:
shipimg/ubuntu1204_go:latest
matrix
:
include
:
-
go
:
1.4
env
:
KUBE_TEST_API_VERSIONS="v1beta1"
-
go
:
1.3
env
:
KUBE_TEST_API_VERSIONS="v1beta3"
before_install
:
-
source $HOME/.gvm/scripts/gvm;
-
if [[ $SHIPPABLE_GO_VERSION == "tip" ]]; then gvm install tip; gvm use tip; fi
-
if [[ $SHIPPABLE_GO_VERSION == *release* ]]; then gvm install release; gvm use release; fi
-
if [[ $SHIPPABLE_GO_VERSION =~ [0-9].[0-9] ]]; then gvm install go$SHIPPABLE_GO_VERSION; gvm use go$SHIPPABLE_GO_VERSION; fi
-
export GOPATH=$SHIPPABLE_GOPATH
install
:
-
if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
-
go get github.com/mattn/goveralls
-
./hack/travis/install-etcd.sh
-
./hack/verify-gofmt.sh
-
./hack/verify-boilerplate.sh
-
./hack/verify-description.sh
-
./hack/travis/install-std-race.sh
-
./hack/build-go.sh
-
GOPATH=$PWD/Godeps/_workspace:$GOPATH go install ./...
script
:
-
KUBE_RACE="-race" KUBE_COVER="y" KUBE_GOVERALLS_BIN="$HOME/gopath/bin/goveralls" KUBE_TIMEOUT='-timeout 300s' KUBE_COVERPROCS=8 KUBE_TEST_API_VERSIONS=$KUBE_TEST_API_VERSIONS ./hack/test-go.sh -- -p=2
-
PATH=$HOME/gopath/bin:./third_party/etcd:$PATH ./hack/test-cmd.sh
-
PATH=$HOME/gopath/bin:./third_party/etcd:$PATH ./hack/verify-gendocs.sh
-
PATH=$HOME/gopath/bin:./third_party/etcd:$PATH KUBE_TEST_API_VERSIONS=$KUBE_TEST_API_VERSIONS ./hack/test-integration.sh
notifications
:
irc
:
"
chat.freenode.net#google-containers"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment