Add gettext to build requirements to satisfy flex
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a7e32d300a
commit
fbdbf67ce3
|
@ -6,6 +6,6 @@ steps:
|
||||||
- name: test-compiler
|
- name: test-compiler
|
||||||
image: archlinux
|
image: archlinux
|
||||||
commands:
|
commands:
|
||||||
- pacman -Sy cmake gcc make llvm bison flex --noconfirm
|
- pacman -Sy cmake gcc make llvm bison flex gettext --noconfirm
|
||||||
- cd code/compiler
|
- cd code/compiler
|
||||||
- ./test.sh
|
- ./test.sh
|
||||||
|
|
Loading…
Reference in New Issue
Block a user