From a7e32d300a0304be48865a83de02d5358f6efd1e Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Tue, 11 Feb 2020 19:17:31 -0800 Subject: [PATCH] Add bison and flex to build requirements --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 59eadca..1a3d80f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,6 @@ steps: - name: test-compiler image: archlinux commands: - - pacman -Sy cmake gcc make llvm --noconfirm + - pacman -Sy cmake gcc make llvm bison flex --noconfirm - cd code/compiler - ./test.sh