forked from MassiveAtoms/hashmap-bench
This commit is contained in:
parent
57713d18dc
commit
c85afa0bce
@ -8,7 +8,7 @@ steps:
|
|||||||
image: archlinux
|
image: archlinux
|
||||||
commands:
|
commands:
|
||||||
- pacman -Syu --noconfirm
|
- pacman -Syu --noconfirm
|
||||||
- pacman -S cmake gcc make git --noconfirm
|
- pacman -S cmake gcc make git boost --noconfirm
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
- ls src/includes/3thparty/
|
- ls src/includes/3thparty/
|
||||||
- cmake -D CMAKE_C_COMPILER=gcc -D CMAKE_CXX_COMPILER=g++ .
|
- cmake -D CMAKE_C_COMPILER=gcc -D CMAKE_CXX_COMPILER=g++ .
|
||||||
|
Loading…
Reference in New Issue
Block a user