Try to fix compiler build failure

margin-rework
Danila Fedorin 3 years ago
parent 0fb315ec47
commit 144d5f3324
  1. 2
      .drone.yml

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

Loading…
Cancel
Save