From 7963486c6286aa479ad90455f602c0edad39d8b5 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Mon, 16 Jan 2017 14:28:19 +0100 Subject: .gitlab-ci.yml: install bison on all platforms --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0443e8d..2592683 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ image: centos:7 before_script: - - yum install -y git make autoconf libtool automake gettext-devel glibc-devel gcc valgrind clang libasan-static libubsan libgcc.i686 glibc-devel.i686 + - yum install -y git make bison autoconf libtool automake gettext-devel glibc-devel gcc valgrind clang libasan-static libubsan libgcc.i686 glibc-devel.i686 # See http://doc.gitlab.com/ce/ci/yaml/ for documentation. Build and Check (x86-64): -- cgit v1.2.1