File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed
Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 11container :
2- image : golang:latest
2+ image : golang:1.13
33
44env :
55 GOPROXY : https://proxy.golang.org
66
77test_task :
88 test_script :
9+ - apt-get update
10+ - apt-get install -y asciidoc docbook-utils docbook-xml libxml2-utils xsltproc
11+ - GOPATH=/tmp/go
12+ - PATH="$PATH:$GOPATH/bin"
13+ - mkdir -p $GOPATH/src/github.com/cea-hpc
14+ - mv /tmp/cirrus-ci-build $GOPATH/src/github.com/cea-hpc/sshproxy
15+ - cd $GOPATH/src/github.com/cea-hpc/sshproxy
916 - make
1017 - make get-deps check
18+
19+ docker_builder :
20+ depends_on :
21+ - test
22+ build_script :
23+ - GOPATH=/tmp/go
24+ - PATH="$PATH:$GOPATH/bin"
25+ - mkdir -p $GOPATH/src/github.com/cea-hpc
26+ - mv /tmp/cirrus-ci-build $GOPATH/src/github.com/cea-hpc/sshproxy
27+ - cd $GOPATH/src/github.com/cea-hpc/sshproxy
1128 - make test
Original file line number Diff line number Diff line change 8989 $(GO ) vet $(TEST )
9090 staticcheck ./...
9191 staticcheck $(TEST )
92+ $(GO ) test -failfast -race -count=1 -timeout=10s ./...
9293
9394test :
94- $(GO ) test -failfast -race -count=1 -timeout=10s ./...
9595 cd test && bash ./run.sh
9696
9797clean :
Original file line number Diff line number Diff line change 11sshproxy
22========
33
4+ image:https://api.cirrus-ci.com/github/cea-hpc/sshproxy.svg["Build Status", link="https://travis-ci.org/cea-hpc/sshproxy"]
5+
46What is sshproxy?
57-----------------
68
You can’t perform that action at this time.
0 commit comments