From: altorg Date: Sat, 19 Aug 2017 18:01:28 +0000 (-0700) Subject: Create buildspec.yml X-Git-Tag: v1.6.1-roc-dev~53 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=86ee7bcdfe8d2aca2ce9915c29d43bb1de73a6b6;p=dgamelaunch Create buildspec.yml --- diff --git a/buildspec.yml b/buildspec.yml new file mode 100644 index 0000000..f202683 --- /dev/null +++ b/buildspec.yml @@ -0,0 +1,24 @@ +version: 0.1 + +env: + variables: + NONEED: "/bin/true" + +phases: + install: + commands: + - echo Nothing + pre_build: + commands: + - echo Nothing to do in the pre_build phase... + build: + commands: + - echo Build started on `date` + - make + post_build: + commands: + - echo Build completed on `date` +artifacts: + files: + - dgamelaunch + discard-paths: yes