added jenkins integration

This commit is contained in:
2021-10-25 14:59:16 +02:00
parent 0e653378c3
commit 19f9b0280c
2 changed files with 46 additions and 0 deletions

8
automation/Dockerfile Normal file
View File

@ -0,0 +1,8 @@
FROM ubuntu:focal
RUN apt-get update
RUN apt-get --yes upgrade
#tzdata is a dependency, won't install otherwise
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get --yes install gcc g++ cmake lcov git nano