Add make to pacman command
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danila Fedorin 2020-02-11 18:56:55 -08:00
parent df965816ac
commit 56387cb936
1 changed files with 1 additions and 1 deletions

View File

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