initial attempt at CI build

This commit is contained in:
Jeff Wang
2020-09-14 01:07:42 -04:00
committed by Jeff Wang
parent 233f347ecc
commit bef903b20a
11 changed files with 116 additions and 0 deletions

16
Dockerfile Normal file
View File

@ -0,0 +1,16 @@
FROM ubuntu:18.04
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
build-essential \
catch \
clang \
cmake \
git \
lcov \
libboost-dev \
libgmp-dev \
libmpfr-dev \
ninja-build \
qtdeclarative5-dev \
sdcc=3.5.0+dfsg-2build1 \
vim-tiny