Add linux-x64 compile target

This commit is contained in:
2024-06-24 09:26:03 -05:00
parent 04be82f034
commit 4b77d1b613
8 changed files with 85 additions and 17 deletions

3
ci/linux-x64/Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM debian:latest
RUN apt update && apt upgrade -y && apt install -y git cmake build-essential libx11-dev libgtk-3-dev python3 python3-pip
RUN ln -s /usr/bin/python3 /usr/bin/python