Test nix builds

This commit is contained in:
krande
2022-08-10 09:36:19 +02:00
parent b59262bde9
commit af1e832f81
4 changed files with 39 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
FROM continuumio/miniconda3
RUN apt-get update
RUN apt-get -y install \
git gcc g++ autoconf bison make cmake libfreetype6-dev mesa-common-dev libffi-dev libfontconfig1-dev patch
COPY . .
RUN cd nix && python3 build-all.py