aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2017-05-19 01:22:55 +0000
committerMike Crute <mcrute@gmail.com>2017-05-23 03:28:51 +0000
commit75c8945bc92a4c055887c7c5b29563e27ae6ac0f (patch)
tree550d5276af32d04380015193f6d5500741c0eb58
parent3f8eccef7a91950494199bce2063d6fb7c9a712b (diff)
downloadmmds-75c8945bc92a4c055887c7c5b29563e27ae6ac0f.tar.bz2
mmds-75c8945bc92a4c055887c7c5b29563e27ae6ac0f.tar.xz
mmds-75c8945bc92a4c055887c7c5b29563e27ae6ac0f.zip
Add buildspec
-rw-r--r--buildspec.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/buildspec.yml b/buildspec.yml
new file mode 100644
index 0000000..8eeb8c4
--- /dev/null
+++ b/buildspec.yml
@@ -0,0 +1,18 @@
1version: 0.2
2
3phases:
4 pre_build:
5 commands:
6 - mkdir mmds
7 - mv * mmds/ || true
8 - mkdir src
9 - mv mmds src
10 build:
11 commands:
12 - export GOPATH=${CODEBUILD_SRC_DIR}
13 - go get -v mmds
14
15artifacts:
16 discard-paths: yes
17 files:
18 - bin/mmds