forked from wayneeseguin/env
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wercker.yml
35 lines (35 loc) · 1.14 KB
/
wercker.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
box: markmandel-rpl/[email protected]
build:
steps:
- script:
name: Make go path
code: mkdir -p /tmp/src/github.com/rockpoollabs/env
- script:
name: Move into go path
code: mv * /tmp/src/github.com/rockpoollabs/env
- script:
name: Move back locally
code: mv /tmp/src .
- script:
name: Get Makefile
code: wget https://gist.githubusercontent.com/markmandel/db5278132a39e137e13f/raw/e2712808ce00747a75f752e9d1cfa5ade007c32f/Makefile
- script:
name: Get env.sh
code: wget https://gist.github.com/markmandel/db5278132a39e137e13f/raw/38f811f0cbd33603675a7d1dafd9717d94d15228/env.sh
- script:
name: Configure App Engine
code: make configure
- script:
name: Env
code: source ./env.sh
- script:
name: Deps
code: make -f src/github.com/rockpoollabs/env/Makefile deps
- script:
name: Run Tests!
code: goapp test github.com/rockpoollabs/env/...
after-steps:
- wantedly/pretty-slack-notify:
webhook_url: $SLACK_WEBHOOK_URL
channel: engineering
username: wercker