forked from cwtch.im/cwtch
1
0
Fork 0

Merge branch 'master' of https://git.openprivacy.ca/cwtch.im/cwtch into cwtchutil

This commit is contained in:
erinn 2018-10-14 17:57:34 -07:00
commit d3d8cd165f
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ pipeline:
fetch: fetch:
image: golang image: golang
commands: commands:
- wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/bin/tor - wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/tor/tor
- wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/torrc - wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/tor/torrc
- chmod a+x tor - chmod a+x tor
- go list ./... | xargs go get - go list ./... | xargs go get
- go get -u github.com/golang/lint/golint - go get -u github.com/golang/lint/golint