:-'Generic Commit'
All checks were successful
Gitea Actions Demo / Build (push) Successful in 16m28s

This commit is contained in:
Your Name 2025-05-29 20:26:20 +12:00
parent de759dce06
commit 172313cc82
2 changed files with 26 additions and 0 deletions

15
Dockerfile.cppbuilder Normal file
View File

@ -0,0 +1,15 @@
FROM debian:latest
RUN apt-get update && apt-get install -y \
build-essential \
cmake \
git \
nlohmann-json3-dev wget curl cmake ninja-build mold build-essential \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app
COPY cppbuilder .
RUN ls && chmod +x cppbuilder_install.sh && ./cppbuilder_install.sh

View File

@ -0,0 +1,11 @@
#!/bin/bash
set -euo pipefail
#SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
git clone https://gitea.jde.nz/public/dropshell-tools
/bin/bash dropshell-tools/dropshell-build/install_dropshell_build_host.sh