Add bison and flex to build requirements
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
56387cb936
commit
a7e32d300a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user