diff --git a/.drone.yml b/.drone.yml index 1a3d80f..533296c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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