forked from Research/WhisperCom
FIX: missing build deps
This commit is contained in:
parent
24058e3cbe
commit
838d0e95fd
@ -11,7 +11,7 @@ steps:
|
|||||||
image: debian:bookworm-slim
|
image: debian:bookworm-slim
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get -qy install clang-15 libsodium-dev libpgm-dev
|
- apt-get -qy install clang-15 libsodium-dev libpgm-dev cmake make build-essential
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build; CC=clang-15 CXX=clang++-15 cmake ..
|
- cd build; CC=clang-15 CXX=clang++-15 cmake ..
|
||||||
- make -j 4
|
- make -j 4
|
||||||
|
Loading…
Reference in New Issue
Block a user