Add 'drone.yml'

This commit is contained in:
Shaquille Soekhlal 2020-04-17 14:33:30 +00:00
parent 6d08bdd7c0
commit 7db0f31a49

12
drone.yml Normal file
View File

@ -0,0 +1,12 @@
kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: archlinux
commands:
- pacman -Syu
- pacman -S cmake gcc g++
- cmake .
- make