CI for both arms (#151)

* Add another ARM
This commit is contained in:
Amaury Chamayou
2020-03-20 09:17:38 +00:00
committed by GitHub
parent e92fef6e63
commit 60861eef44
3 changed files with 40 additions and 11 deletions

7
ci/linux_armhf Normal file
View File

@@ -0,0 +1,7 @@
FROM multiarch/ubuntu-core:armhf-bionic
WORKDIR /src
RUN apt update \
&& apt install --no-install-recommends -y ninja-build clang++-9 cmake \
&& apt -y clean