idk #1

Closed
Hello_User wants to merge 3 commits from Hello_User/hashmap-bench:moretables into master
Showing only changes of commit 7db0f31a49 - Show all commits

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