Retoor software development Projects Research SearchXNG
Register Sign In

11 lines
139 B
YAML
Raw Normal View History

feat: add MinGW cross-compilation target and Docker support for build environment Add build_mingw target using x86_64-w64-mingw32-gcc cross-compiler with dedicated MinGW flags and publish step. Introduce Dockerfile with Ubuntu base image installing all required build dependencies (gcc, make, readline, ncurses, curl, openssl, json-c, sqlite3, python3-dev). Add compose.yml for convenient Docker-based development shell with mounted working directory. Extend Makefile with docker, docker_make, docker_run, run_mingw targets and suppress error output on publish commands for build and build_free targets.
2025-03-30 01:09:06 +01:00
services:
shell:
build: .
command: sh
tty: true
stdin_open: true
working_dir: /home
volumes:
- ./:/home
Reference in New Issue Copy Permalink
d3bfa84254
r/compose.yml
Response time: 19ms
Mail Licenses API