From: Matt Joiner Date: Thu, 12 Oct 2017 05:32:11 +0000 (+1100) Subject: Add apt-get update to CI X-Git-Tag: v1.0.0~367 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=39165ade8335e799b747f332dbb0aba3c77e4f28;p=btrtrc.git Add apt-get update to CI --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 4ae2ed28..f5e9f884 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,6 +19,7 @@ jobs: - run: cd /usr/local && sudo rm -r go && sudo mkdir go go1.4 && sudo chown `whoami` go go1.4 && git clone git://github.com/golang/go && cd go && git branch -f -t go1.4 origin/release-branch.go1.4 && cd .. && git clone --single-branch -b go1.4 go go1.4 && cd go1.4/src && ./make.bash && cd ../../go/src && GOROOT_BOOTSTRAP=/usr/local/go1.4 ./make.bash - run: go version - checkout + - run: sudo apt-get update - run: sudo apt install fuse pv - run: go get -t -d -v -race $PROJECT_GO_PACKAGE/... - run: go test -v -race $PROJECT_GO_PACKAGE/...