hashmap-bench/.drone.yml

14 lines
178 B
YAML
Raw Normal View History

2020-04-17 14:33:30 +00:00
kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: archlinux
commands:
- pacman -Syu
- pacman -S cmake gcc g++
- cmake .
2020-04-17 14:55:17 +00:00
- make
- echo hello