Add bison and flex to build requirements
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danila Fedorin 2020-02-11 19:17:31 -08:00
parent 56387cb936
commit a7e32d300a
1 changed files with 1 additions and 1 deletions

View File

@ -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