diff --git a/.drone.yml b/.drone.yml index eea116a..2b65a13 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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