From 2a38fc4a1c00586465fb82a96d15b926b5c82675 Mon Sep 17 00:00:00 2001 From: MassiveAtoms Date: Fri, 17 Apr 2020 22:38:02 +0000 Subject: [PATCH] Edit drone file --- .drone.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4ab9ee6..0c42a3b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,18 +2,6 @@ kind: pipeline type: docker name: default -steps: -- name: build - image: archlinux - commands: - - pacman -Sy --noconfirm - - pacman -S cmake make libffi ninja clang --noconfirm - - mkdir build - - cd build - - cmake -G "Ninja" -D CMAKE_C_COMPILER=clang -D CMAKE_CXX_COMPILER=clang++ .. - - cmake .. - - ninja - steps: - name: test image: archlinux @@ -28,7 +16,6 @@ steps: - ./testbin - trigger: branch: - master