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