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:
image: golang
commands:
- wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/bin/tor
- wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/torrc
- wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/tor/tor
- wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/tor/torrc
- chmod a+x tor
- go list ./... | xargs go get
- go get -u github.com/golang/lint/golint