hashmap-bench/drone.yml
Shaquille Soekhlal 7db0f31a49 Add 'drone.yml'
2020-04-17 14:33:30 +00:00

12 lines
162 B
YAML

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