hashmap-bench/.drone.yml
Shaquille Soekhlal 773b64e04d another try
2020-04-18 15:17:23 +02:00

16 lines
313 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: archlinux
commands:
- pacman -Syu --noconfirm
- pacman -S cmake gcc make git --noconfirm
- git submodule update --init --recursive
- ls src/includes/3thparty
- cmake -D CMAKE_C_COMPILER=gcc -D CMAKE_CXX_COMPILER=g++ .
- make