hashmap-bench/.drone.yml
Shaquille Soekhlal 4a5d2f292e
All checks were successful
continuous-integration/drone/push Build is passing
modified: .drone.yml
2020-04-17 16:55:17 +02:00

14 lines
178 B
YAML

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