From c7341c9b1525800195d8a8c6b82b268f85ed2cf8 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Tue, 11 Feb 2020 18:52:06 -0800 Subject: [PATCH] Try again to include all the required tooling --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index eadd33d..f50bbf6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,8 @@ name: default steps: - name: test-compiler - image: rikorose/gcc-cmake + image: archlinux commands: + - pacman -S cmake gcc llvm --noconfirm - cd code/compiler - ./test.sh