Add gettext to build requirements to satisfy flex
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Danila Fedorin 2020-02-11 19:28:24 -08:00
parent a7e32d300a
commit fbdbf67ce3

View File

@ -6,6 +6,6 @@ steps:
- name: test-compiler
image: archlinux
commands:
- pacman -Sy cmake gcc make llvm bison flex --noconfirm
- pacman -Sy cmake gcc make llvm bison flex gettext --noconfirm
- cd code/compiler
- ./test.sh