forked from MassiveAtoms/hashmap-bench
12 lines
162 B
YAML
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 |