removing testing pipeline in .drone.ml
Some checks failed
continuous-integration/drone/push Build is failing

* proved that the issue was in the image OS not being
  up to date enough to include the needed pkg, which
  was causing the builds to fail
This commit is contained in:
surtur 2020-04-12 23:49:12 +02:00
parent 2df83e7c3b
commit 791027808f
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -1,20 +1,3 @@
---
kind: pipeline
name: gcc
platform:
arch: amd64
steps:
- name: build
pull: always
image: immawanderer/archlinux-cdev:latest
commands:
- pacman -Syu --noconfirm --needed gcc cmake
- cmake CMakeLists.txt
- make
---
kind: pipeline
name: testing-amd64