]> skyeroc.xyz Git - dgamelaunch/commitdiff
Create buildspec.yml
authoraltorg <dtype@alt.org>
Sat, 19 Aug 2017 18:01:28 +0000 (11:01 -0700)
committerGitHub <noreply@github.com>
Sat, 19 Aug 2017 18:01:28 +0000 (11:01 -0700)
buildspec.yml [new file with mode: 0644]

diff --git a/buildspec.yml b/buildspec.yml
new file mode 100644 (file)
index 0000000..f202683
--- /dev/null
@@ -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