]> skyeroc.xyz Git - dgamelaunch/commitdiff
Update buildspec.yml
authoraltorg <dtype@alt.org>
Sat, 19 Aug 2017 18:10:44 +0000 (11:10 -0700)
committerGitHub <noreply@github.com>
Sat, 19 Aug 2017 18:10:44 +0000 (11:10 -0700)
buildspec.yml

index 118985f1eeb5a7338410e330046495667953e4f0..333173465ac70183734d25fe558286e07a741332 100644 (file)
@@ -10,12 +10,11 @@ phases:
       - echo Nothing
   pre_build:
     commands:
-      - echo Nothing to do in the pre_build phase...
+      - apt-get install bison
+      - apt-get install yacc
   build:
     commands:
       - echo Build started on `date`
-      - ls
-      - pwd
       - bash autogen.sh
       - make
   post_build: