hashmap-bench/.drone.yml
Shaquille Soekhlal ce4de60d19
Some checks failed
continuous-integration/drone/push Build is failing
another try
2020-04-18 15:31:57 +02:00

18 lines
390 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: archlinux
commands:
- pacman -Syu --noconfirm
- pacman -S cmake gcc make git boost --noconfirm
- git submodule update --init --recursive
- ls src/includes/3thparty/
- cmake -D CMAKE_C_COMPILER=gcc -D CMAKE_CXX_COMPILER=g++ .
- make
- chmod +x studproject
- studproject -a true -r 1 -i 2 -m 5000000