From d2470b0488725e24d409c7a593a4e73330de2236 Mon Sep 17 00:00:00 2001 From: altorg Date: Sat, 19 Aug 2017 11:10:44 -0700 Subject: [PATCH] Update buildspec.yml --- buildspec.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/buildspec.yml b/buildspec.yml index 118985f..3331734 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -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: -- 2.47.3