forked from Research/WhisperCom
ADD: also build on arm64
This commit is contained in:
parent
690e600f0f
commit
6422c368de
25
.drone.yml
25
.drone.yml
@ -21,3 +21,28 @@ steps:
|
|||||||
- cd build; cmake ..
|
- cd build; cmake ..
|
||||||
- make -j 4
|
- make -j 4
|
||||||
- make test
|
- make test
|
||||||
|
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: kubernetes
|
||||||
|
name: build-arm64
|
||||||
|
platform:
|
||||||
|
arch: arm64
|
||||||
|
node_selector:
|
||||||
|
kubernetes.io/arch: arm64
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: submodules
|
||||||
|
image: alpine/git
|
||||||
|
commands:
|
||||||
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
|
- name: build-arm64
|
||||||
|
image: debian:bookworm-slim
|
||||||
|
commands:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get -qy install gcc-12 libsodium-dev cmake make build-essential pkg-config
|
||||||
|
- mkdir build
|
||||||
|
- cd build; cmake ..
|
||||||
|
- make -j 4
|
||||||
|
- make test
|
Loading…
Reference in New Issue
Block a user