We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4d3248 commit ae5b8eaCopy full SHA for ae5b8ea
circle.yml
@@ -1,18 +1,13 @@
1
machine:
2
pre:
3
- # Install gvm
4
- bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/1.0.22/binscripts/gvm-installer)
5
- # Install bats
6
- - git clone https://github.com/sstephenson/bats.git && cd bats && sudo ./install.sh /usr/local
7
8
post:
9
- gvm install go1.5.3 -B --name=stable
10
11
environment:
12
- # Convenient shortcuts to "common" locations
13
CHECKOUT: /home/ubuntu/$CIRCLE_PROJECT_REPONAME
14
BASE_DIR: src/github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME
15
- # Trick circle brainflat "no absolute path" behavior
16
BASE_STABLE: ../../../$HOME/.gvm/pkgsets/stable/global/$BASE_DIR
17
18
dependencies:
0 commit comments